2014-01-22 15:03:14 +00:00
|
|
|
.tab-pid_tuning {
|
|
|
|
}
|
2014-01-23 22:47:14 +00:00
|
|
|
.tab-pid_tuning input[type="number"]::-webkit-inner-spin-button {
|
|
|
|
border: 0;
|
2014-01-22 15:03:14 +00:00
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-pid_tuning table {
|
2014-01-04 09:37:52 +00:00
|
|
|
float: left;
|
|
|
|
|
|
|
|
border-collapse: collapse;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
2014-01-04 09:37:52 +00:00
|
|
|
.tab-pid_tuning table,
|
|
|
|
.tab-pid_tuning table th,
|
|
|
|
.tab-pid_tuning table td {
|
2014-01-03 09:13:55 +00:00
|
|
|
padding: 4px;
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid #8b8b8b;
|
|
|
|
}
|
2014-01-04 09:37:52 +00:00
|
|
|
.tab-pid_tuning table tr td:first-child {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.tab-pid_tuning table td {
|
|
|
|
padding: 1px;
|
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-pid_tuning table tr:nth-child(odd) {
|
|
|
|
background-color: #ececec;
|
2014-01-04 09:37:52 +00:00
|
|
|
}
|
|
|
|
.tab-pid_tuning .name {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
.tab-pid_tuning .proportional,
|
|
|
|
.tab-pid_tuning .integral,
|
|
|
|
.tab-pid_tuning .derivative {
|
|
|
|
width: 100px;
|
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-pid_tuning table input {
|
2014-01-04 09:37:52 +00:00
|
|
|
width: 96px;
|
2013-12-07 22:13:29 +00:00
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2014-01-04 09:37:52 +00:00
|
|
|
.tab-pid_tuning .rate-tpa {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.tab-pid_tuning .rate-tpa th {
|
|
|
|
width: 131px;
|
|
|
|
}
|
|
|
|
.tab-pid_tuning .rate-tpa input {
|
|
|
|
width: 127px;
|
|
|
|
}
|
2014-01-19 16:30:55 +00:00
|
|
|
.tab-pid_tuning .update,
|
|
|
|
.tab-pid_tuning .refresh {
|
2013-12-07 22:13:29 +00:00
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
|
2014-01-04 09:37:52 +00:00
|
|
|
margin-top: 10px;
|
2013-12-07 22:13:29 +00:00
|
|
|
|
2014-01-03 09:13:55 +00:00
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
padding: 0 15px 0 15px;
|
2013-12-07 22:13:29 +00:00
|
|
|
|
|
|
|
text-align: center;
|
2014-01-03 09:13:55 +00:00
|
|
|
font-weight: bold;
|
2013-12-07 22:13:29 +00:00
|
|
|
|
|
|
|
border: 1px solid silver;
|
2014-01-03 09:13:55 +00:00
|
|
|
background-color: #ececec;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
2014-01-19 16:30:55 +00:00
|
|
|
.tab-pid_tuning .refresh {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.tab-pid_tuning .update:hover,
|
|
|
|
.tab-pid_tuning .refresh:hover {
|
2014-01-03 09:13:55 +00:00
|
|
|
background-color: #dedcdc;
|
2014-01-22 18:05:52 +00:00
|
|
|
}
|
|
|
|
.tab-pid_tuning .update.success {
|
|
|
|
border: 1px solid #43c84d;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|