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