2015-01-04 08:09:10 +00:00
|
|
|
.tab-configuration table {
|
2014-12-20 02:50:36 +00:00
|
|
|
margin-bottom: 10px;
|
2015-11-05 15:37:15 +00:00
|
|
|
width:100%;
|
|
|
|
float:left;
|
2014-12-20 02:50:36 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-12-20 02:50:36 +00:00
|
|
|
.tab-configuration table,
|
|
|
|
.tab-configuration table th,
|
|
|
|
.tab-configuration table td {
|
2015-10-30 08:46:53 +00:00
|
|
|
padding: 0px;
|
|
|
|
padding-left:0px;
|
|
|
|
text-align:left;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-10-30 08:46:53 +00:00
|
|
|
|
|
|
|
.tab-configuration table th {
|
|
|
|
padding-left:3px;
|
2015-11-05 15:37:15 +00:00
|
|
|
padding: 3px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration table td {
|
|
|
|
padding-left:5px;
|
2015-11-05 15:37:15 +00:00
|
|
|
border-bottom: 1px solid #ddd;
|
2014-12-20 02:50:36 +00:00
|
|
|
}
|
2015-10-30 08:46:53 +00:00
|
|
|
|
2014-12-20 02:50:36 +00:00
|
|
|
.tab-configuration table tr td:first-child {
|
2015-10-30 08:46:53 +00:00
|
|
|
text-align: left;
|
2015-11-01 21:17:19 +00:00
|
|
|
width:55px;
|
2014-12-20 02:50:36 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-12-20 02:50:36 +00:00
|
|
|
.tab-configuration table td {
|
2015-10-30 08:46:53 +00:00
|
|
|
padding: 5px 3px;
|
2014-12-20 02:50:36 +00:00
|
|
|
}
|
2015-01-03 00:57:56 +00:00
|
|
|
|
2015-10-30 08:46:53 +00:00
|
|
|
.tab-configuration table thead tr:first-child {
|
2014-12-20 02:50:36 +00:00
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
|
2014-09-17 08:31:36 +00:00
|
|
|
.tab-configuration {
|
2014-09-17 11:01:46 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 11:01:46 +00:00
|
|
|
.tab-configuration .groupTitle {
|
|
|
|
padding: 0 0 5px 0;
|
2014-09-17 13:20:21 +00:00
|
|
|
margin: 0 0 10px 0;
|
2014-09-17 11:01:46 +00:00
|
|
|
font-size: 16px;
|
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 13:20:21 +00:00
|
|
|
.tab-configuration .leftWrapper {
|
|
|
|
float: left;
|
2015-11-01 21:17:19 +00:00
|
|
|
width: calc(50% - 20px);
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
|
|
|
|
2014-09-17 13:20:21 +00:00
|
|
|
.tab-configuration .rightWrapper {
|
|
|
|
float: left;
|
2015-10-30 08:46:53 +00:00
|
|
|
width: calc(50% - 0px);
|
|
|
|
margin: 0 0 10px 20px;
|
2014-09-17 12:22:16 +00:00
|
|
|
}
|
2014-09-18 12:29:54 +00:00
|
|
|
|
|
|
|
.tab-configuration select.mixerList {
|
2015-11-01 21:17:19 +00:00
|
|
|
width: 100%;
|
2014-09-18 12:29:54 +00:00
|
|
|
height: 20px;
|
2015-10-30 12:47:43 +00:00
|
|
|
margin-top: 5px;
|
2014-09-18 12:29:54 +00:00
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid silver;
|
2014-09-17 11:01:46 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 11:01:46 +00:00
|
|
|
.tab-configuration dl.features dt {
|
|
|
|
float: left;
|
|
|
|
width: 10px;
|
|
|
|
height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 11:01:46 +00:00
|
|
|
.tab-configuration dl.features dt input {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 11:01:46 +00:00
|
|
|
.tab-configuration dl.features dd {
|
|
|
|
margin: 0 0 0 20px;
|
|
|
|
height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
2014-09-17 13:20:21 +00:00
|
|
|
.tab-configuration .number {
|
|
|
|
margin-bottom: 5px;
|
2015-01-04 08:09:10 +00:00
|
|
|
clear: left;
|
2014-09-17 13:20:21 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 13:20:21 +00:00
|
|
|
.tab-configuration .number input {
|
2015-11-01 21:17:19 +00:00
|
|
|
width: 50px;
|
|
|
|
padding-left: 3px;
|
2014-09-17 13:20:21 +00:00
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
2015-11-01 21:17:19 +00:00
|
|
|
text-align: left;
|
2014-09-17 13:20:21 +00:00
|
|
|
border: 1px solid silver;
|
2015-10-30 08:46:53 +00:00
|
|
|
border-radius:3px;
|
|
|
|
margin-right:11px;
|
2015-11-01 21:17:19 +00:00
|
|
|
font-size:12px;
|
|
|
|
font-weight:normal;
|
2014-09-17 13:20:21 +00:00
|
|
|
}
|
2015-10-23 13:42:32 +00:00
|
|
|
|
|
|
|
.tab-configuration .number input.disabled {
|
2015-11-01 21:17:19 +00:00
|
|
|
width: 43px;
|
2015-10-23 13:42:32 +00:00
|
|
|
padding: 0px 5px;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
|
2014-09-17 13:20:21 +00:00
|
|
|
.tab-configuration .number span {
|
2015-10-30 08:46:53 +00:00
|
|
|
margin-left: 0px;
|
2014-09-17 13:20:21 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 15:46:21 +00:00
|
|
|
.tab-configuration .gps .line {
|
|
|
|
clear: left;
|
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 15:46:21 +00:00
|
|
|
.tab-configuration .gps select {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
width: 100px;
|
|
|
|
height: 20px;
|
|
|
|
|
|
|
|
margin: 0 10px 5px 0;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
}
|
|
|
|
.tab-configuration .gps span {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-17 15:02:16 +00:00
|
|
|
.tab-configuration .serialRX {
|
2015-10-30 08:46:53 +00:00
|
|
|
width: 100%;
|
2014-09-17 15:02:16 +00:00
|
|
|
|
|
|
|
border: 1px solid silver;
|
2015-01-04 08:09:10 +00:00
|
|
|
margin-bottom: 5px;
|
2014-09-17 15:02:16 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-18 11:21:48 +00:00
|
|
|
.tab-configuration .current .checkbox {
|
2015-11-01 15:59:37 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
float:left;
|
|
|
|
|
2014-09-17 21:00:57 +00:00
|
|
|
}
|
2014-09-18 11:21:48 +00:00
|
|
|
.tab-configuration .current .checkbox div {
|
2014-09-17 21:00:57 +00:00
|
|
|
float: left;
|
2015-11-01 21:17:19 +00:00
|
|
|
width: 66px;
|
2014-09-17 21:00:57 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2014-09-18 11:21:48 +00:00
|
|
|
.tab-configuration .current .checkbox div input {
|
2015-10-30 08:46:53 +00:00
|
|
|
margin: 0px;
|
2015-11-01 15:59:37 +00:00
|
|
|
float:left;
|
|
|
|
|
2014-09-17 21:00:57 +00:00
|
|
|
}
|
2015-11-01 15:59:37 +00:00
|
|
|
|
|
|
|
|
2015-03-14 00:04:39 +00:00
|
|
|
.tab-configuration .disarm .checkbox {
|
|
|
|
margin-top: 2px;
|
2015-11-01 21:17:19 +00:00
|
|
|
margin-right:5px;
|
2015-03-14 00:04:39 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2015-03-14 00:04:39 +00:00
|
|
|
.tab-configuration .disarm .checkbox div {
|
2015-10-30 08:46:53 +00:00
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-top: 0px;
|
2015-03-14 00:04:39 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2015-03-14 00:04:39 +00:00
|
|
|
.tab-configuration .disarm .checkbox div input {
|
2015-10-30 08:46:53 +00:00
|
|
|
margin:0px;
|
2015-10-30 16:41:39 +00:00
|
|
|
float: left;
|
2015-03-14 00:04:39 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2015-03-14 00:04:39 +00:00
|
|
|
.tab-configuration .disarm .checkbox span {
|
2015-10-30 08:46:53 +00:00
|
|
|
margin-left: 0px;
|
2015-03-14 00:04:39 +00:00
|
|
|
}
|
2015-10-28 10:30:24 +00:00
|
|
|
|
|
|
|
|
2015-10-30 08:46:53 +00:00
|
|
|
.tab-configuration .freelabel {
|
2015-11-05 15:37:15 +00:00
|
|
|
margin-left:10px;
|
|
|
|
position:relative;
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration input {
|
2015-11-05 15:37:15 +00:00
|
|
|
float:left;
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration span {
|
2015-11-05 15:37:15 +00:00
|
|
|
margin:0px
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .disarm .checkbox {
|
2015-11-05 15:37:15 +00:00
|
|
|
float:left;
|
|
|
|
padding-left:0px;
|
|
|
|
margin-top: -5px;
|
|
|
|
padding-bottom:5px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
width:100%;
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration .spacer_box {
|
2015-11-05 15:37:15 +00:00
|
|
|
padding-bottom 10px;
|
|
|
|
float: left;
|
|
|
|
width: calc(100% - 20px);
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration .number {
|
2015-11-05 15:37:15 +00:00
|
|
|
padding-bottom:5px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
width:100%;
|
|
|
|
float: left;
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .disarm {
|
2015-11-05 15:37:15 +00:00
|
|
|
margin-bottom:5px;
|
|
|
|
float:left;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
width:100%;
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.disarmdelay {
|
|
|
|
margin-top: 5px;
|
|
|
|
float:left;
|
|
|
|
width:100%;
|
|
|
|
border-bottom: 1px solid #ddd;
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .number:last-child {
|
2015-11-05 15:37:15 +00:00
|
|
|
border-bottom:none;
|
|
|
|
padding-bottom:0px;
|
2015-10-30 12:47:43 +00:00
|
|
|
margin-bottom:0px;
|
2015-10-30 08:46:53 +00:00
|
|
|
}
|
|
|
|
|
2015-11-05 17:22:39 +00:00
|
|
|
.tab-configuration .gui_box_titlebar {
|
|
|
|
margin-bottom: 0px;
|
2015-10-30 12:47:43 +00:00
|
|
|
}
|
2015-10-30 08:46:53 +00:00
|
|
|
|
|
|
|
.tab-configuration .numberspacer {
|
2015-11-05 15:37:15 +00:00
|
|
|
float:left;
|
|
|
|
width:65px;
|
|
|
|
height:21px;
|
2015-10-30 16:41:39 +00:00
|
|
|
}
|
2015-10-30 08:46:53 +00:00
|
|
|
|
|
|
|
.tab-configuration thead {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .gui_box {
|
|
|
|
margin-bottom:10px;
|
2015-11-05 15:37:15 +00:00
|
|
|
float:left;
|
2015-10-30 12:47:43 +00:00
|
|
|
}
|
2015-10-30 16:41:39 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .rssi td {
|
|
|
|
border-bottom:none;
|
|
|
|
padding-bottom:0px;
|
|
|
|
margin-bottom:0px;
|
2015-10-30 16:41:39 +00:00
|
|
|
}
|
2015-10-30 12:47:43 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .rssi .gui_box,
|
|
|
|
.tab-configuration .system .gui_box {
|
|
|
|
min-height:145px;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .mixer .gui_box,
|
|
|
|
.tab-configuration .motorstop .gui_box {
|
|
|
|
min-height:290px;
|
|
|
|
float:left;
|
2015-10-30 16:41:39 +00:00
|
|
|
}
|
2015-11-05 17:22:39 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .board .gui_box,
|
|
|
|
.tab-configuration .acc .gui_box {
|
|
|
|
min-height:137px;
|
|
|
|
float:left;
|
|
|
|
}
|
2015-11-01 21:17:19 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .gps .gui_box,
|
|
|
|
.tab-configuration .other .gui_box {
|
|
|
|
min-height:355px;
|
|
|
|
float:left;
|
2015-11-06 01:38:28 +00:00
|
|
|
margin-bottom:0px;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-11-05 17:22:39 +00:00
|
|
|
|
2015-11-01 22:38:31 +00:00
|
|
|
.tab-configuration .current .gui_box {
|
2015-11-05 15:37:15 +00:00
|
|
|
min-height:230px;
|
2015-10-30 16:41:39 +00:00
|
|
|
float:left;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-11-04 21:22:23 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .current td:nth-child(2){
|
2015-11-04 21:22:23 +00:00
|
|
|
width:30px;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-11-04 21:22:23 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .voltage td:nth-child(2){
|
2015-11-04 21:22:23 +00:00
|
|
|
width:30px;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-11-04 21:22:23 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .rssi td:nth-child(2){
|
2015-11-04 21:22:23 +00:00
|
|
|
width:30px;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-11-04 21:22:23 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .rxFailsafe td:nth-child(2){
|
2015-11-04 21:22:23 +00:00
|
|
|
width:30px;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-11-04 21:22:23 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .gps td:nth-child(2){
|
2015-11-04 21:22:23 +00:00
|
|
|
width:38px;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-10-30 12:47:43 +00:00
|
|
|
|
|
|
|
.tab-configuration .other tr:last-child td{
|
|
|
|
border-bottom:0px;
|
|
|
|
padding-bottom:0px;
|
|
|
|
margin-bottom:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .mixerPreview {
|
2015-11-05 17:22:39 +00:00
|
|
|
max-width:230px;
|
2015-10-30 12:47:43 +00:00
|
|
|
background-color: #eeeeee;
|
|
|
|
text-align: center;
|
|
|
|
float:left;
|
|
|
|
border-radius:5px;
|
|
|
|
margin-top:5px;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-10-30 12:47:43 +00:00
|
|
|
|
|
|
|
.tab-configuration .mixerPreview img {
|
2015-11-01 21:17:19 +00:00
|
|
|
width: 90%;
|
|
|
|
height: 90%;
|
|
|
|
padding:5%;
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
2015-10-30 12:47:43 +00:00
|
|
|
|
|
|
|
.tab-configuration .rxMode tr:last-child td{
|
|
|
|
border-bottom:0px;
|
|
|
|
padding-bottom:0px;
|
|
|
|
margin-bottom:0px;
|
2015-10-30 16:41:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .gui_box {
|
2015-11-01 21:17:19 +00:00
|
|
|
font-style: bold;
|
|
|
|
font-family: 'open_sanssemibold', Arial;
|
2015-10-30 16:41:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .gui_box span {
|
2015-11-04 21:22:23 +00:00
|
|
|
font-style: normal;
|
2015-10-30 16:41:39 +00:00
|
|
|
font-family: 'open_sansregular', Arial;
|
2015-11-01 21:17:19 +00:00
|
|
|
line-height:19px;
|
|
|
|
color:#7d7d7d;
|
2015-11-04 21:22:23 +00:00
|
|
|
font-size:11px;
|
2015-11-01 21:17:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1055px), only screen and (max-device-width: 1055px) {
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration .gui_box span {
|
2015-11-01 22:59:25 +00:00
|
|
|
line-height:17px;
|
2015-11-01 21:17:19 +00:00
|
|
|
}
|
|
|
|
|
2015-11-01 21:35:57 +00:00
|
|
|
.tab-configuration .leftWrapper {
|
|
|
|
width: calc(50% - 15px);
|
2015-11-05 15:37:15 +00:00
|
|
|
}
|
|
|
|
|
2015-11-01 21:35:57 +00:00
|
|
|
.tab-configuration .rightWrapper {
|
|
|
|
float: left;
|
|
|
|
width: calc(50% - 0px);
|
|
|
|
margin: 0 0 10px 15px;
|
|
|
|
}
|
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .rssi .gui_box,
|
|
|
|
.tab-configuration .system .gui_box {
|
|
|
|
min-height:145px;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .mixer .gui_box,
|
|
|
|
.tab-configuration .motorstop .gui_box {
|
|
|
|
min-height:290px;
|
|
|
|
float:left;
|
|
|
|
}
|
2015-11-05 17:22:39 +00:00
|
|
|
|
2015-11-05 15:37:15 +00:00
|
|
|
.tab-configuration .board .gui_box,
|
|
|
|
.tab-configuration .acc .gui_box {
|
|
|
|
min-height:137px;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .gps .gui_box, {
|
|
|
|
.tab-configuration .other .gui_box
|
|
|
|
min-height:355px;
|
|
|
|
float:left;
|
|
|
|
}
|
2015-11-05 17:22:39 +00:00
|
|
|
|
2015-11-01 22:38:31 +00:00
|
|
|
.tab-configuration .current .gui_box {
|
2015-11-05 15:37:15 +00:00
|
|
|
min-height:230px;
|
|
|
|
float:left;
|
2015-11-05 17:22:39 +00:00
|
|
|
}
|
2015-11-05 15:37:15 +00:00
|
|
|
|
2015-11-01 22:38:31 +00:00
|
|
|
|
|
|
|
|