diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 18 |
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; } |