themes/openwrt: add extra CSS for IE8 ...
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / ie7.css
index 7ae5ac5..9e569b2 100644 (file)
@@ -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;