diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 01:40:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 01:40:17 +0000 |
commit | e1d0ef5658c889440d41aef854bb77d4049fbe52 (patch) | |
tree | b1e6f6f824fd095d108a271b2d4860563931ead8 /themes/openwrt.org/htdocs | |
parent | 41cb1705b7ccdb81cf1e54d73ea44070ab36f900 (diff) |
* luci/themes: made margin for value description IE-only
Diffstat (limited to 'themes/openwrt.org/htdocs')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index a7ea61561..15ca339a2 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -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%; +} |