2013-12-07 22:13:29 +00:00
|
|
|
.tab-receiver {
|
|
|
|
}
|
2014-01-23 22:47:14 +00:00
|
|
|
.tab-receiver 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-receiver .bars {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul {
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars li {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars .name {
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars .meter meter {
|
|
|
|
width: 200px;
|
|
|
|
height: 20px;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars .value {
|
2013-12-18 13:57:27 +00:00
|
|
|
width: 50px;
|
2013-12-07 22:13:29 +00:00
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
.tab-receiver .tunings {
|
2013-12-18 13:57:27 +00:00
|
|
|
float: right;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .tunings table {
|
|
|
|
border-collapse: collapse;
|
2014-01-04 10:13:59 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .tunings .throttle {
|
|
|
|
margin-bottom: 22px;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .tunings table, .tab-receiver .tunings table th, .tab-receiver .tunings table td {
|
2014-01-04 10:13:59 +00:00
|
|
|
padding: 4px;
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid #8b8b8b;
|
|
|
|
}
|
2014-01-04 10:13:59 +00:00
|
|
|
.tab-receiver .tunings table th {
|
|
|
|
width: 118px;
|
|
|
|
}
|
|
|
|
.tab-receiver .tunings table td {
|
|
|
|
padding: 1px;
|
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-receiver .tunings table tr:nth-child(odd) {
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
.tab-receiver .tunings table input {
|
2014-01-04 10:13:59 +00:00
|
|
|
width: 116px;
|
2013-12-07 22:13:29 +00:00
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot {
|
|
|
|
margin: auto;
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
width: 880px;
|
2014-02-03 08:10:13 +00:00
|
|
|
height: 200px;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
2013-12-18 13:57:27 +00:00
|
|
|
.tab-receiver .curves {
|
2013-12-07 22:13:29 +00:00
|
|
|
float: right;
|
2013-12-18 13:57:27 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .throttle_curve {
|
2014-01-03 09:22:22 +00:00
|
|
|
margin: 0 10px 10px 0;
|
2013-12-07 22:13:29 +00:00
|
|
|
|
|
|
|
width: 220px;
|
|
|
|
height: 58px;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
}
|
|
|
|
.tab-receiver .pitch_roll_curve {
|
2014-01-03 09:22:22 +00:00
|
|
|
margin: 0 10px 0 0;
|
2013-12-18 13:57:27 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
width: 220px;
|
|
|
|
height: 58px;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
2014-01-04 10:13:59 +00:00
|
|
|
}
|
2014-01-19 16:30:55 +00:00
|
|
|
.tab-receiver .update,
|
|
|
|
.tab-receiver .refresh {
|
2014-01-04 10:13:59 +00:00
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
margin-top: 22px;
|
|
|
|
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
2014-01-19 16:30:55 +00:00
|
|
|
.tab-receiver .refresh {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.tab-receiver .update:hover,
|
|
|
|
.tab-receiver .refresh:hover {
|
2014-01-04 10:13:59 +00:00
|
|
|
background-color: #dedcdc;
|
2014-01-22 18:05:52 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .update.success {
|
|
|
|
border: 1px solid #43c84d;
|
2014-03-06 18:50:01 +00:00
|
|
|
}
|
|
|
|
.tab-receiver select[name="rx_refresh_rate"] {
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
2014-01-22 18:05:52 +00:00
|
|
|
}
|