From c473bb1d75ff7faa07b89db53b7d8dd526e91904 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 6 Feb 2011 02:08:39 +0000 Subject: [PATCH] themes/openwrt: add extra CSS for IE8 ... --- themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css | 17 +++++++++-------- themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css | 12 ++++++++++++ .../openwrt/luasrc/view/themes/openwrt.org/header.htm | 3 ++- 3 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css b/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css index 7ae5ac5f3..9e569b28b 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css @@ -11,13 +11,6 @@ ul.l1 { } -.cbi-section legend { - 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; @@ -33,11 +26,19 @@ table.cbi-section-table td .cbi-input-select { fieldset.cbi-section { - border: 1px solid #CCCCCC; + position: relative; margin-top: 1em; + padding-top: 0.75em; + border: 1px solid #CCCCCC; zoom: 1; } +fieldset.cbi-section legend { + position: absolute; + top: -0.75em; + left: 0.5em; +} + ul.cbi-tabmenu { margin-bottom: 0; diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css b/themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css new file mode 100644 index 000000000..890988c41 --- /dev/null +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css @@ -0,0 +1,12 @@ +fieldset.cbi-section { + position: relative; + margin-top: 1em; + padding-top: 0.75em; + border: 1px solid #CCCCCC; +} + +fieldset.cbi-section legend { + position: absolute; + top: -0.75em; + left: 0.5em; +} diff --git a/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm index 51752d621..6eea8af20 100644 --- a/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm @@ -110,8 +110,9 @@ require("luci.http").prepare_content("application/xhtml+xml") - + + <% if node and node.css then %> <% end -%> -- 2.11.0