summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 79bac6bf1..9edc15eee 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -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;
-}
-
}