* luci/themes/openwrt.org: second round of css fixes (affects all browsers)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 14 Oct 2008 23:02:18 +0000 (23:02 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 14 Oct 2008 23:02:18 +0000 (23:02 +0000)
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index 79bac6b..9edc15e 100644 (file)
@@ -708,6 +708,14 @@ td.cbi-section-table-optionals {
        padding-top: 1em;
 }
 
+div.cbi-section-create {
+       border-bottom: 1px dotted #bbbbbb;
+}
+
+div.cbi-section-create .cbi-button {
+       margin: 0.25em;
+}
+
 .cbi-value-helpicon img {
        vertical-align: bottom;
 }
@@ -839,12 +847,4 @@ td.cbi-value-error {
        text-align: right !important;
 }
 
-* html div.cbi-section-create {
-       border-bottom: 1px dotted #bbbbbb !important;
-}
-
-* html div.cbi-section-create .cbi-button {
-       margin: 0.5em !important;
-}
-
 }