more css cleanup
parent
82496ae9d5
commit
f0de4141c8
|
@ -1,7 +1,3 @@
|
|||
.tab-adjustments {
|
||||
|
||||
}
|
||||
|
||||
#tab-adjustments-templates {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -48,19 +48,11 @@
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.tab-auxiliary .mode:nth-child(odd) {
|
||||
|
||||
}
|
||||
|
||||
.tab-auxiliary .mode .name {
|
||||
min-height: 50px;
|
||||
padding: 13px 0px;
|
||||
}
|
||||
|
||||
.tab-auxiliary .mode.off .info, .tab-auxiliary .mode.on .info {
|
||||
|
||||
}
|
||||
|
||||
.tab-auxiliary .mode .info {
|
||||
text-align: center;
|
||||
width: 10%;
|
||||
|
@ -122,12 +114,7 @@
|
|||
padding: 2px;
|
||||
}
|
||||
|
||||
.tab-auxiliary .range:nth-child(odd) {
|
||||
|
||||
}
|
||||
|
||||
.tab-auxiliary .mode .range .channelInfo {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
min-width: 90px;
|
||||
text-align: center;
|
||||
|
@ -152,17 +139,12 @@
|
|||
}
|
||||
|
||||
.tab-auxiliary .range .channel-slider {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 80%;
|
||||
margin-left: 20px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.tab-auxiliary .channel-slider {
|
||||
|
||||
}
|
||||
|
||||
.tab-auxiliary>.buttons {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
margin: 0 0 10px 20px;
|
||||
}
|
||||
|
||||
.tab-configuration select.mixerList {
|
||||
.tab-configuration .mixerList {
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
margin-top: 5px;
|
||||
|
@ -94,7 +94,7 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.tab-configuration .number input.disabled {
|
||||
.tab-configuration .number .disabled {
|
||||
width: 43px;
|
||||
padding: 0px 5px;
|
||||
background-color: #ececec;
|
||||
|
|
|
@ -31,9 +31,7 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.tab-failsafe .number input.disabled {
|
||||
width: 43px;
|
||||
padding: 0 5px;
|
||||
.tab-failsafe .number input:disabled {
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
|
|
|
@ -243,12 +243,12 @@
|
|||
background-color: #b8b8b8;
|
||||
}
|
||||
|
||||
.tab-firmware_flasher .buttons a.back {
|
||||
.tab-firmware_flasher .buttons .back {
|
||||
float: right;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.btn a.disabled {
|
||||
.btn .disabled {
|
||||
cursor: default;
|
||||
color: #fff;
|
||||
background-color: #AFAFAF;
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
.tab-gps {
|
||||
|
||||
}
|
||||
|
||||
.tab-gps progress {
|
||||
width: 100%;
|
||||
border-radius: 3px;
|
||||
|
|
|
@ -110,13 +110,15 @@
|
|||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.tab-landing .content_mid h2, .tab-landing .content_mid h3 {
|
||||
.tab-landing .content_mid h2 {
|
||||
margin-bottom: 5px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.tab-landing .content_mid h3 {
|
||||
font-size: 12px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
}
|
||||
|
||||
.tab-landing .content_mid .text1 .wrap {
|
||||
|
|
Loading…
Reference in New Issue