summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-18 03:01:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-18 03:01:29 +0000
commit90cda51a51633d7fd1e7560927e0b180ecc5e2a0 (patch)
tree63e98eb0c71b879db7fe7f6f1b2b0643c035cffb /themes
parenta5dc680dee61a618306b71f7e1b29b53cd5e4bc0 (diff)
themes/openwrt: IE 7 fixes
Diffstat (limited to 'themes')
-rw-r--r--themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css44
1 files 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;
+}