From 90cda51a51633d7fd1e7560927e0b180ecc5e2a0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 18 Nov 2010 03:01:29 +0000 Subject: [PATCH] themes/openwrt: IE 7 fixes --- .../openwrt/htdocs/luci-static/openwrt.org/ie7.css | 44 ++++++++++++++++++++-- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css b/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css index 67ed9fb81..7ae5ac5f3 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css @@ -1,20 +1,58 @@ -div.cbi-value-field { - margin-left: 0 !important; +#tabmenu { + line-height: 0; +} + +ul.tabmenu { + zoom: 1; +} + +ul.l1 { + position: relative; } + .cbi-section legend { - background-color: #ffffff; color: #555555; + margin-top: -1em; + margin-bottom: 1em; } + table.cbi-section-table td .cbi-input-text, table.cbi-section-table td .cbi-input-select { width: 95% !important; } + .cbi-input-user, .cbi-input-password { text-indent: 0 !important; padding-left: 1.5em !important; width: 18.5em !important; } + + +fieldset.cbi-section { + border: 1px solid #CCCCCC; + margin-top: 1em; + zoom: 1; +} + + +ul.cbi-tabmenu { + margin-bottom: 0; +} + +ul.cbi-tabmenu li.cbi-tab a { + position: static; /* fixes misplaced tab after page load */ + border-bottom: 1px solid white; +} + + +div.cbi-value { + zoom: 1; /* fixes hanging float */ +} + +div.cbi-value-field { + margin-left: 0 !important; +} -- 2.11.0