* luci/themes: fix small styling issue
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 20 Oct 2008 19:02:26 +0000 (19:02 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 20 Oct 2008 19:02:26 +0000 (19:02 +0000)
libs/cbi/luasrc/view/cbi/tblsection.htm
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index af62c53..898645a 100644 (file)
@@ -108,7 +108,7 @@ end
 
                <%- if self.addremove then -%>
                        <% if self.template_addremove then include(self.template_addremove) else -%>
-                       <div class="cbi-section-create">
+                       <div class="cbi-section-create cbi-tblsection-create">
                                <% if self.anonymous then %>
                                        <input class="cbi-button cbi-button-add" type="submit" value="<%:cbi_add%>" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" title="<%:cbi_add%>" />
                                <% else %>
index 7457977..d83733f 100644 (file)
@@ -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;
 }