From: Jo-Philipp Wich Date: Sun, 13 Jul 2008 01:40:17 +0000 (+0000) Subject: * luci/themes: made margin for value description IE-only X-Git-Tag: 0.8.0~676 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=e1d0ef5658c889440d41aef854bb77d4049fbe52;p=project%2Fluci.git * luci/themes: made margin for value description IE-only --- 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%; +}