more css cleanup

10.3.x-maintenance
skaman82 2016-01-02 23:55:47 +01:00
parent 82496ae9d5
commit f0de4141c8
7 changed files with 8 additions and 34 deletions

View File

@ -1,7 +1,3 @@
.tab-adjustments {
}
#tab-adjustments-templates {
display: none;
}

View File

@ -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;
}

View File

@ -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;

View File

@ -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;
}

View File

@ -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;

View File

@ -1,7 +1,3 @@
.tab-gps {
}
.tab-gps progress {
width: 100%;
border-radius: 3px;

View File

@ -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 {