* luci/themes: made margin for value description IE-only
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Jul 2008 01:40:17 +0000 (01:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Jul 2008 01:40:17 +0000 (01:40 +0000)
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index a7ea615..15ca339 100644 (file)
@@ -287,7 +287,6 @@ div.cbi-value-field {
 
 div.cbi-value-description {
        width: 58%;
 
 div.cbi-value-description {
        width: 58%;
-       margin-left: 40%;
        font-size: 90%;
 }
 
        font-size: 90%;
 }
 
@@ -405,3 +404,7 @@ td.cbi-section-table-optionals {
 * html .mainmenu {
        height: 1.8em;
 }
 * html .mainmenu {
        height: 1.8em;
 }
+
+* html div.cbi-value-description {
+       margin-left: 40%;
+}