2015-10-30 08:46:53 +00:00
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
|
2014-12-20 02:50:36 +00:00
|
|
|
|
2015-01-04 08:09:10 +00:00
|
|
|
.tab-configuration table {
|
2014-12-20 02:50:36 +00:00
|
|
|
margin-bottom: 10px;
|
2015-10-30 08:46:53 +00:00
|
|
|
width:100%;
|
|
|
|
float:left;
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration table th {
|
|
|
|
padding-left:3px;
|
|
|
|
padding: 3px;
|
|
|
|
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration table td {
|
|
|
|
|
|
|
|
padding-left:5px;
|
|
|
|
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;
|
|
|
|
width:50px;
|
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;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
2014-09-17 13:20:21 +00:00
|
|
|
.tab-configuration .leftWrapper {
|
|
|
|
float: left;
|
2015-10-30 08:46:53 +00:00
|
|
|
width: calc(50% - 20px);
|
|
|
|
0 10px 20px 0px
|
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
|
|
|
}
|
|
|
|
.tab-configuration .mixerPreview {
|
2014-09-18 12:29:54 +00:00
|
|
|
width: 180px;
|
|
|
|
height: 180px;
|
2014-09-17 12:22:16 +00:00
|
|
|
}
|
|
|
|
.tab-configuration .mixerPreview img {
|
2014-09-18 12:29:54 +00:00
|
|
|
display: block;
|
|
|
|
|
2015-01-04 08:09:10 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2014-09-18 12:29:54 +00:00
|
|
|
}
|
|
|
|
.tab-configuration select.mixerList {
|
2015-01-04 08:09:10 +00:00
|
|
|
width: 180px;
|
2014-09-18 12:29:54 +00:00
|
|
|
height: 20px;
|
2015-01-04 08:09:10 +00:00
|
|
|
margin-top: 10px;
|
2014-09-18 12:29:54 +00:00
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
2014-09-17 11:01:46 +00:00
|
|
|
}
|
|
|
|
.tab-configuration dl.features dt {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
width: 10px;
|
|
|
|
height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
.tab-configuration dl.features dt input {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.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
|
|
|
}
|
|
|
|
.tab-configuration .number input {
|
2015-10-30 08:46:53 +00:00
|
|
|
width: 48px;
|
2014-09-17 13:20:21 +00:00
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: right;
|
|
|
|
border: 1px solid silver;
|
2015-10-30 08:46:53 +00:00
|
|
|
border-radius:3px;
|
|
|
|
margin-right:11px;
|
2014-09-17 13:20:21 +00:00
|
|
|
}
|
2015-10-23 13:42:32 +00:00
|
|
|
|
|
|
|
.tab-configuration .number input.disabled {
|
2015-10-30 08:46:53 +00:00
|
|
|
width: 48px;
|
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
|
|
|
}
|
2014-09-17 15:46:21 +00:00
|
|
|
.tab-configuration .gps .line {
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
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
|
|
|
}
|
2014-09-18 11:21:48 +00:00
|
|
|
.tab-configuration .current .checkbox {
|
2014-09-17 21:00:57 +00:00
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2014-09-18 11:21:48 +00:00
|
|
|
.tab-configuration .current .checkbox div {
|
2014-09-17 21:00:57 +00:00
|
|
|
float: left;
|
|
|
|
width: 60px;
|
|
|
|
}
|
2014-09-18 11:21:48 +00:00
|
|
|
.tab-configuration .current .checkbox div input {
|
2015-10-30 08:46:53 +00:00
|
|
|
display: ;
|
|
|
|
margin: 0px;
|
2014-09-17 21:00:57 +00:00
|
|
|
}
|
2014-09-18 11:21:48 +00:00
|
|
|
.tab-configuration .current .checkbox span {
|
2015-10-30 08:46:53 +00:00
|
|
|
margin-left: 0px;
|
2014-09-17 21:00:57 +00:00
|
|
|
}
|
2015-03-14 00:04:39 +00:00
|
|
|
.tab-configuration .disarm .checkbox {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.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
|
|
|
}
|
|
|
|
.tab-configuration .disarm .checkbox div input {
|
2015-10-30 08:46:53 +00:00
|
|
|
display:;
|
|
|
|
margin:0px;
|
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
|
|
|
}
|
2014-09-17 11:01:46 +00:00
|
|
|
.tab-configuration .save {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
.tab-configuration .save:hover {
|
|
|
|
background-color: #dedcdc;
|
2015-01-25 13:48:58 +00:00
|
|
|
}
|
2015-10-28 10:30:24 +00:00
|
|
|
|
|
|
|
|
2015-10-30 08:46:53 +00:00
|
|
|
.tab-configuration .freelabel {
|
|
|
|
margin-left:10px;
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration input {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration span {
|
|
|
|
margin:0px
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration .disarm .checkbox {
|
|
|
|
float:left;
|
|
|
|
padding-left:3px;
|
|
|
|
margin-top: -5px;
|
|
|
|
padding-bottom:5px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration .spacer_box {
|
|
|
|
padding-bottom 10px;
|
|
|
|
float: left;
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration .number {
|
|
|
|
padding-bottom:5px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
width:100%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .disarm {
|
|
|
|
margin-bottom:5px;
|
|
|
|
float:left;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
width:100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.disarmdelay { margin-top: 5px; float:left; width:100%; border-bottom: 1px solid #ddd;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tab-configuration .number:last-child {
|
|
|
|
border-bottom:none;
|
|
|
|
padding-bottom:0px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .gui_box_titlebar {
|
|
|
|
margin-bottom: 0px; }
|
|
|
|
|
|
|
|
.tab-configuration .numberspacer {
|
|
|
|
float:left; width:60px; height:20px;}
|
|
|
|
|
|
|
|
.tab-configuration thead {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-configuration .gui_box {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|