103 lines
2.2 KiB
CSS
103 lines
2.2 KiB
CSS
.tab-receiver {
|
|
}
|
|
.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;
|
|
}
|
|
.tab-receiver .tunings .throttle {
|
|
margin-bottom: 22px;
|
|
}
|
|
.tab-receiver .tunings table, .tab-receiver .tunings table th, .tab-receiver .tunings table td {
|
|
padding: 4px;
|
|
border: 1px solid #8b8b8b;
|
|
}
|
|
.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 {
|
|
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: 250px;
|
|
}
|
|
.tab-receiver .curves {
|
|
float: right;
|
|
}
|
|
.tab-receiver .throttle_curve {
|
|
margin: 0 10px 10px 0;
|
|
|
|
width: 220px;
|
|
height: 58px;
|
|
|
|
border: 1px solid silver;
|
|
}
|
|
.tab-receiver .pitch_roll_curve {
|
|
margin: 0 10px 0 0;
|
|
|
|
width: 220px;
|
|
height: 58px;
|
|
|
|
border: 1px solid silver;
|
|
}
|
|
.tab-receiver .update {
|
|
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;
|
|
}
|
|
.tab-receiver .update:hover {
|
|
background-color: #dedcdc;
|
|
} |