* luci/themes: throw even more hacks at IE

This commit is contained in:
Jo-Philipp Wich 2008-10-24 20:33:19 +00:00
parent 9451a49408
commit c276cba246
4 changed files with 26 additions and 0 deletions

View file

@ -51,6 +51,12 @@
width: 50% !important;
}
* html .cbi-input-user,
* html .cbi-input-password {
text-indent: 0 !important;
padding-left: 1.5em !important;
}
* html .cbi-section legend {
background-color: #ffffff;
color: #555555;

View file

@ -11,3 +11,10 @@ table.cbi-section-table td .cbi-input-text,
table.cbi-section-table td .cbi-input-select {
width: 95% !important;
}
.cbi-input-user,
.cbi-input-password {
text-indent: 0 !important;
padding-left: 1.5em !important;
width: 18.5em !important;
}

View file

@ -51,6 +51,12 @@
width: 50% !important;
}
* html .cbi-input-user,
* html .cbi-input-password {
text-indent: 0 !important;
padding-left: 1.5em !important;
}
* html .cbi-section legend {
background-color: #ffffff;
color: #555555;

View file

@ -11,3 +11,10 @@ table.cbi-section-table td .cbi-input-text,
table.cbi-section-table td .cbi-input-select {
width: 95% !important;
}
.cbi-input-user,
.cbi-input-password {
text-indent: 0 !important;
padding-left: 1.5em !important;
width: 18.5em !important;
}