pull/51/head
Pawel Spychalski (DzikuVx) 8 years ago
parent 8761ec844e
commit efffc1a2a7

@ -1816,9 +1816,15 @@ input {
@media only screen and (max-height: 700px) , only screen and (max-device-height: 700px) {
.tab_container {
overflow-x: hidden;
overflow-y: auto;
.tab_container {
overflow-x: hidden;
overflow-y: auto;
}
}
}
select {
border: 1px solid silver;
border-radius: 3px;
padding: 1px;
}

@ -60,12 +60,6 @@
background-color: #e4e4e4;
}
.tab-adjustments .adjustment select {
/* outline: 1px solid silver; */
border-radius: 3px;
border: 1px solid silver;
}
.tab-adjustments .adjustment td {
text-align: center;
}
@ -121,4 +115,4 @@
.tab-adjustments .spacebottom {
margin-bottom: 15px;
}
}

@ -124,11 +124,6 @@
padding: 10px 0px;
}
.tab-auxiliary .range .channel {
border: 1px solid silver;
border-radius: 3px;
}
.tab-auxiliary .range .marker {
position: absolute;
left: 50%;
@ -216,4 +211,4 @@
.tab-auxiliary .fixed_band .save_btn a {
margin-right: 15px;
}
}
}

@ -61,7 +61,6 @@
height: 20px;
margin-top: 5px;
font-weight: bold;
border: 1px solid silver;
}
.tab-configuration dl.features dt {
@ -113,7 +112,6 @@
width: 100px;
height: 20px;
margin: 0 10px 5px 0;
border: 1px solid silver;
}
.tab-configuration .gps span {
@ -122,13 +120,11 @@
.tab-configuration .serialRX {
width: 100%;
border: 1px solid silver;
margin-bottom: 5px;
}
.tab-configuration .nrf24Protocol {
width: 100%;
border: 1px solid silver;
margin-bottom: 5px;
}
@ -378,8 +374,6 @@
width: 45%;
height: 20px;
margin: 0 0px 2px 0;
border: 1px solid silver;
border-radius:3px;
}
@ -397,8 +391,6 @@
width: 100%;
height: 20px;
margin: 0 0px 2px 0;
border: 1px solid silver;
border-radius:3px;
margin-bottom: 20px;
margin-top:3px;

@ -122,7 +122,7 @@
.tab-failsafe .spacer_box .helpicon {
margin-top: 3px;
margin-right: 0;
}
.tab-failsafe .checkbox:last-child {
@ -190,13 +190,12 @@
float: right;
margin-right: 0;
}
.tab-failsafe .stage1 select {
float: left;
width: 95%;
height: 22px;
margin: 0;
border: 1px solid silver;
}
.tab-failsafe .modename {
@ -212,12 +211,12 @@
}
.tab-failsafe .channelprimary {
float:left;
width:60%;
float:left;
width:60%;
}
.tab-failsafe .channelauxiliary {
float:left;
float:left;
width:60%;
padding-top: 2px;
}
@ -227,13 +226,13 @@
}
.tab-failsafe .channelsetting {
float:left;
width:25%;
float:left;
width:25%;
}
.tab-failsafe .auxiliary {
float:left;
width:15%;
float:left;
width:15%;
}
.tab-failsafe .note {

@ -63,7 +63,6 @@
.tab-pid_tuning .cf select {
margin: 4px;
width: calc(100% - 10px);
border: 1px solid silver;
}
.tab-pid_tuning .rate-tpa th:nth-child(2) {

Loading…
Cancel
Save