You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/pid_tuning.css

88 lines
2.0 KiB
CSS

.tab-pid_tuning {
}
.tab-pid_tuning .spinner {
float: right;
width: 16px;
height: 20px;
background-image: url('../images/arrows.png');
background-repeat: no-repeat;
background-color: white;
}
.tab-pid_tuning .spinner .up {
height: 10px;
}
.tab-pid_tuning .spinner .down {
height: 10px;
}
.tab-pid_tuning table {
float: left;
border-collapse: collapse;
}
.tab-pid_tuning table,
.tab-pid_tuning table th,
.tab-pid_tuning table td {
padding: 4px;
border: 1px solid #8b8b8b;
}
.tab-pid_tuning table tr td:first-child {
text-align: center;
}
.tab-pid_tuning table td {
padding: 1px;
}
.tab-pid_tuning table tr:nth-child(odd) {
background-color: #ececec;
}
.tab-pid_tuning .name {
width: 150px;
}
.tab-pid_tuning .proportional,
.tab-pid_tuning .integral,
.tab-pid_tuning .derivative {
width: 100px;
}
.tab-pid_tuning table input {
width: 96px;
height: 20px;
line-height: 20px;
padding: 0 5px 0 5px;
text-align: right;
}
.tab-pid_tuning .rate-tpa {
margin-left: 10px;
}
.tab-pid_tuning .rate-tpa th {
width: 131px;
}
.tab-pid_tuning .rate-tpa input {
width: 127px;
}
.tab-pid_tuning .update,
.tab-pid_tuning .refresh {
display: block;
float: right;
margin-top: 10px;
height: 28px;
line-height: 28px;
padding: 0 15px 0 15px;
text-align: center;
font-weight: bold;
border: 1px solid silver;
background-color: #ececec;
}
.tab-pid_tuning .refresh {
margin-right: 10px;
}
.tab-pid_tuning .update:hover,
.tab-pid_tuning .refresh:hover {
background-color: #dedcdc;
}