themes/openwrt.org: css fixes for IE6, only one half of the page was displayed. Thank...
authorManuel Munz <freifunk@somakoma.de>
Mon, 9 May 2011 00:44:11 +0000 (00:44 +0000)
committerManuel Munz <freifunk@somakoma.de>
Mon, 9 May 2011 00:44:11 +0000 (00:44 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css

index 1c95185..14db3f8 100644 (file)
@@ -1,16 +1,16 @@
 /* obligatory IE6 Voodoo Code */
 
 * html body {
-       padding-left: 50% !important;
+       padding-left: 5% !important;
 }
 
 * html div#header {
-       margin-left: -100% !important;
+       margin-left: 100% !important;
 }
 
 * html div#menubar {
-       margin-left: -100% !important;
-       width: 200% !important;
+       margin-left: -5% !important;
+       width: 105% !important;
 }
 
 * html ul.dropdowns li ul {
 }
 
 * html ul.dropdowns li li a {
-       height: 1%;
+       height: 10%;
 }
 
 * html div#maincontent {
-       margin-left: -80% !important;
-       width: 160% !important;
+       margin-left: 0% !important;
+       width: 100% !important;
 }
 
 * html div.cbi-value-description {