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 { #tab-adjustments-templates {
display: none; display: none;
} }

View File

@ -48,19 +48,11 @@
vertical-align: top; vertical-align: top;
} }
.tab-auxiliary .mode:nth-child(odd) {
}
.tab-auxiliary .mode .name { .tab-auxiliary .mode .name {
min-height: 50px; min-height: 50px;
padding: 13px 0px; padding: 13px 0px;
} }
.tab-auxiliary .mode.off .info, .tab-auxiliary .mode.on .info {
}
.tab-auxiliary .mode .info { .tab-auxiliary .mode .info {
text-align: center; text-align: center;
width: 10%; width: 10%;
@ -122,12 +114,7 @@
padding: 2px; padding: 2px;
} }
.tab-auxiliary .range:nth-child(odd) {
}
.tab-auxiliary .mode .range .channelInfo { .tab-auxiliary .mode .range .channelInfo {
display: inline-block;
float: left; float: left;
min-width: 90px; min-width: 90px;
text-align: center; text-align: center;
@ -152,17 +139,12 @@
} }
.tab-auxiliary .range .channel-slider { .tab-auxiliary .range .channel-slider {
display: inline-block;
float: left; float: left;
width: 80%; width: 80%;
margin-left: 20px; margin-left: 20px;
margin-top: 1px; margin-top: 1px;
} }
.tab-auxiliary .channel-slider {
}
.tab-auxiliary>.buttons { .tab-auxiliary>.buttons {
margin-top: 10px; margin-top: 10px;
} }

View File

@ -56,7 +56,7 @@
margin: 0 0 10px 20px; margin: 0 0 10px 20px;
} }
.tab-configuration select.mixerList { .tab-configuration .mixerList {
width: 100%; width: 100%;
height: 20px; height: 20px;
margin-top: 5px; margin-top: 5px;
@ -94,7 +94,7 @@
font-weight: normal; font-weight: normal;
} }
.tab-configuration .number input.disabled { .tab-configuration .number .disabled {
width: 43px; width: 43px;
padding: 0px 5px; padding: 0px 5px;
background-color: #ececec; background-color: #ececec;

View File

@ -31,9 +31,7 @@
font-weight: normal; font-weight: normal;
} }
.tab-failsafe .number input.disabled { .tab-failsafe .number input:disabled {
width: 43px;
padding: 0 5px;
background-color: #ececec; background-color: #ececec;
} }

View File

@ -243,12 +243,12 @@
background-color: #b8b8b8; background-color: #b8b8b8;
} }
.tab-firmware_flasher .buttons a.back { .tab-firmware_flasher .buttons .back {
float: right; float: right;
margin: 0; margin: 0;
} }
.btn a.disabled { .btn .disabled {
cursor: default; cursor: default;
color: #fff; color: #fff;
background-color: #AFAFAF; background-color: #AFAFAF;

View File

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

View File

@ -110,13 +110,15 @@
padding-top: 10px; padding-top: 10px;
} }
.tab-landing .content_mid h2, .tab-landing .content_mid h3 { .tab-landing .content_mid h2 {
margin-bottom: 5px; margin-bottom: 5px;
font-size: 13px; font-size: 13px;
} }
.tab-landing .content_mid h3 { .tab-landing .content_mid h3 {
font-size: 12px; font-size: 12px;
margin-bottom: 5px;
} }
.tab-landing .content_mid .text1 .wrap { .tab-landing .content_mid .text1 .wrap {