From: Jo-Philipp Wich Date: Mon, 20 Oct 2008 19:02:26 +0000 (+0000) Subject: * luci/themes: fix small styling issue X-Git-Tag: 0.9.0~1079 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=76f8a9cfd2a3c17f3967351b3c6e027b7f864908 * luci/themes: fix small styling issue --- diff --git a/libs/cbi/luasrc/view/cbi/tblsection.htm b/libs/cbi/luasrc/view/cbi/tblsection.htm index af62c53ba..898645a72 100644 --- a/libs/cbi/luasrc/view/cbi/tblsection.htm +++ b/libs/cbi/luasrc/view/cbi/tblsection.htm @@ -108,7 +108,7 @@ end <%- if self.addremove then -%> <% if self.template_addremove then include(self.template_addremove) else -%> -
+
<% if self.anonymous then %> <% else %> 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; }