From e1d0ef5658c889440d41aef854bb77d4049fbe52 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 13 Jul 2008 01:40:17 +0000 Subject: * luci/themes: made margin for value description IE-only --- themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'themes/openwrt.org/htdocs') 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 a7ea615619..15ca339a21 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%; +} -- cgit v1.2.3