themes/openwrt: IE 7 fixes
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Nov 2010 03:01:29 +0000 (03:01 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Nov 2010 03:01:29 +0000 (03:01 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css

index 67ed9fb..7ae5ac5 100644 (file)
@@ -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;
+}