summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-20 19:02:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-20 19:02:26 +0000
commit76f8a9cfd2a3c17f3967351b3c6e027b7f864908 (patch)
treeff604b7d86c1b581fc0989b2362c5dff077d5b2a /themes
parent0a4b6c33b5a6730e01d3c107a07992e552c83e08 (diff)
* luci/themes: fix small styling issue
Diffstat (limited to 'themes')
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css18
1 files changed, 9 insertions, 9 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 7457977c0..d83733ff3 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -630,6 +630,15 @@ div.cbi-value-description {
div.cbi-section-create {
clear: left;
white-space: nowrap;
+ vertical-align: top;
+}
+
+div.cbi-tblsection-create {
+ border-bottom: 1px dotted #bbbbbb;
+}
+
+div.cbi-section-create .cbi-button {
+ margin: 0.25em;
}
input.cbi-section-create-name {
@@ -687,15 +696,6 @@ td.cbi-section-table-optionals {
padding-top: 1em;
}
-div.cbi-section-create {
- border-bottom: 1px dotted #bbbbbb;
- vertical-align: top;
-}
-
-div.cbi-section-create .cbi-button {
- margin: 0.25em;
-}
-
.cbi-value-helpicon img {
vertical-align: bottom;
}