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/receiver.css

120 lines
2.6 KiB
CSS

.tab-receiver {
}
.tab-receiver input[type="number"]::-webkit-inner-spin-button {
border: 0;
}
.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 {
width: 50px;
padding-left: 20px;
}
.tab-receiver .tunings {
float: right;
}
.tab-receiver .tunings table {
border-collapse: collapse;
11 years ago
}
.tab-receiver .tunings .throttle {
margin-bottom: 22px;
}
.tab-receiver .tunings table, .tab-receiver .tunings table th, .tab-receiver .tunings table td {
11 years ago
padding: 4px;
border: 1px solid #8b8b8b;
}
11 years ago
.tab-receiver .tunings table th {
width: 118px;
}
.tab-receiver .tunings table td {
padding: 1px;
}
.tab-receiver .tunings table tr:nth-child(odd) {
background-color: #ececec;
}
.tab-receiver .tunings table input {
11 years ago
width: 116px;
height: 20px;
line-height: 20px;
padding: 0 5px 0 5px;
text-align: right;
}
.tab-receiver #RX_plot {
margin: auto;
margin-top: 20px;
width: 880px;
height: 200px;
}
.tab-receiver .curves {
float: right;
}
.tab-receiver .throttle_curve {
11 years ago
margin: 0 10px 10px 0;
width: 220px;
height: 58px;
border: 1px solid silver;
}
.tab-receiver .pitch_roll_curve {
11 years ago
margin: 0 10px 0 0;
width: 220px;
height: 58px;
border: 1px solid silver;
11 years ago
}
.tab-receiver .update,
.tab-receiver .refresh {
11 years ago
display: block;
float: right;
11 years ago
margin-top: 22px;
11 years ago
height: 28px;
line-height: 28px;
11 years ago
padding: 0 15px 0 15px;
11 years ago
text-align: center;
font-weight: bold;
11 years ago
border: 1px solid silver;
background-color: #ececec;
}
.tab-receiver .refresh {
margin-right: 10px;
}
.tab-receiver .update:hover,
.tab-receiver .refresh:hover {
11 years ago
background-color: #dedcdc;
}
.tab-receiver .update.success {
border: 1px solid #43c84d;
}
.tab-receiver select[name="rx_refresh_rate"] {
float: right;
margin-right: 20px;
border: 1px solid silver;
}