* luci/themes: fix small styling issue

This commit is contained in:
Jo-Philipp Wich 2008-10-20 19:02:26 +00:00
parent 0a4b6c33b5
commit 76f8a9cfd2
2 changed files with 10 additions and 10 deletions

View file

@ -108,7 +108,7 @@ end
<%- if self.addremove then -%> <%- if self.addremove then -%>
<% if self.template_addremove then include(self.template_addremove) else -%> <% 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 %> <% 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%>" /> <input class="cbi-button cbi-button-add" type="submit" value="<%:cbi_add%>" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" title="<%:cbi_add%>" />
<% else %> <% else %>

View file

@ -630,6 +630,15 @@ div.cbi-value-description {
div.cbi-section-create { div.cbi-section-create {
clear: left; clear: left;
white-space: nowrap; 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 { input.cbi-section-create-name {
@ -687,15 +696,6 @@ td.cbi-section-table-optionals {
padding-top: 1em; 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 { .cbi-value-helpicon img {
vertical-align: bottom; vertical-align: bottom;
} }