* luci/themes: made margin for value description IE-only
This commit is contained in:
parent
41cb1705b7
commit
e1d0ef5658
1 changed files with 4 additions and 1 deletions
|
@ -287,7 +287,6 @@ div.cbi-value-field {
|
|||
|
||||
div.cbi-value-description {
|
||||
width: 58%;
|
||||
margin-left: 40%;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
@ -405,3 +404,7 @@ td.cbi-section-table-optionals {
|
|||
* html .mainmenu {
|
||||
height: 1.8em;
|
||||
}
|
||||
|
||||
* html div.cbi-value-description {
|
||||
margin-left: 40%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue