themes/openwrt: IE 7 fixes
This commit is contained in:
parent
a5dc680dee
commit
90cda51a51
1 changed files with 43 additions and 5 deletions
|
@ -1,20 +1,58 @@
|
||||||
div.cbi-value-field {
|
#tabmenu {
|
||||||
margin-left: 0 !important;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-section legend {
|
ul.tabmenu {
|
||||||
background-color: #ffffff;
|
zoom: 1;
|
||||||
color: #555555;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.l1 {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.cbi-section legend {
|
||||||
|
color: #555555;
|
||||||
|
margin-top: -1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
table.cbi-section-table td .cbi-input-text,
|
table.cbi-section-table td .cbi-input-text,
|
||||||
table.cbi-section-table td .cbi-input-select {
|
table.cbi-section-table td .cbi-input-select {
|
||||||
width: 95% !important;
|
width: 95% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.cbi-input-user,
|
.cbi-input-user,
|
||||||
.cbi-input-password {
|
.cbi-input-password {
|
||||||
text-indent: 0 !important;
|
text-indent: 0 !important;
|
||||||
padding-left: 1.5em !important;
|
padding-left: 1.5em !important;
|
||||||
width: 18.5em !important;
|
width: 18.5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
fieldset.cbi-section {
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
margin-top: 1em;
|
||||||
|
zoom: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
ul.cbi-tabmenu {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.cbi-tabmenu li.cbi-tab a {
|
||||||
|
position: static; /* fixes misplaced tab after page load */
|
||||||
|
border-bottom: 1px solid white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.cbi-value {
|
||||||
|
zoom: 1; /* fixes hanging float */
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-value-field {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue