diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 01:04:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 01:04:37 +0000 |
commit | 40fbc2d7c25b3994e33567e5983f76ed7a615d2e (patch) | |
tree | d9aba7ac1c3933abcd11ae4bfdff4cd4bd7cc7dd /themes/openwrt.org/htdocs | |
parent | 9548b528b66fdc0c30ca0576945bcff9f568388a (diff) |
* luci/themes: IE6 fixes for openwrt.org theme
Diffstat (limited to 'themes/openwrt.org/htdocs')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 46 |
1 files changed, 46 insertions, 0 deletions
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 42b4d09726..ef1b57a1ba 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -357,3 +357,49 @@ td.cbi-section-table-optionals { text-decoration: none; font-size: 70%; } + + +/* obligatory IE6 Voodoo Code */ +* html body { + behavior:url(/luci/csshover_htc/void.htc); + padding-left: 50% !important; +} + +* html div#header { + margin-left: -100% !important; +} + +* html div.menubar { + margin-left: -100% !important; + width: 200% !important; +} + +* html div#content { + margin-left: -60% !important; + width: 120% !important; +} + +* html div.mainmenu div.hover ul, +* html div.mainmenu div li.hover ul, +* html div.mainmenu div li li.hover ul, +* html div.mainmenu div li li li.hover ul, +* html div.mainmenu div li li li li.hover ul { + display: block !important; + margin-left: 3em; +} + +* html div.mainmenu div.hover ul { + margin-left: 0; +} + +* html div.mainmenu .hover ul ul, +* html div.mainmenu .hover ul ul ul, +* html div.mainmenu .hover ul ul ul ul, +* html div.mainmenu .hover ul ul ul ul ul { + display: none !important; +} + +* html div.mainmenu li { + height: 1em !important; + width: 10em !important; +} |