From: Manuel Munz Date: Mon, 9 May 2011 00:45:23 +0000 (+0000) Subject: luci-0.10: Backport r7035 X-Git-Tag: 0.10.0~154 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d8a20fb2cb7ea1321fe307cd419bb9372073b3eb;p=oweals%2Fluci.git luci-0.10: Backport r7035 --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css b/themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css index 1c951854b..14db3f86e 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css @@ -1,16 +1,16 @@ /* obligatory IE6 Voodoo Code */ * html body { - padding-left: 50% !important; + padding-left: 5% !important; } * html div#header { - margin-left: -100% !important; + margin-left: 100% !important; } * html div#menubar { - margin-left: -100% !important; - width: 200% !important; + margin-left: -5% !important; + width: 105% !important; } * html ul.dropdowns li ul { @@ -27,12 +27,12 @@ } * html ul.dropdowns li li a { - height: 1%; + height: 10%; } * html div#maincontent { - margin-left: -80% !important; - width: 160% !important; + margin-left: 0% !important; + width: 100% !important; } * html div.cbi-value-description {