* luci/themes: small css fix vor field descriptions in openwrt.org theme
* luci/applications: fix html in ffwizard
This commit is contained in:
parent
abda3857e2
commit
bd3d207081
2 changed files with 3 additions and 4 deletions
|
@ -19,8 +19,8 @@ $Id$
|
|||
<form method="post" action="<%=controller%>/admin/index/wizard">
|
||||
<div class="cbi-section-node">
|
||||
<div class="cbi-value">
|
||||
<div class="cbi-value-title"><%:ip%>:
|
||||
<input type="text" size="20" name="ip" /></div>
|
||||
<div class="cbi-value-title"><%:ip%></div>
|
||||
<div class="cbi-value-field"><input type="text" size="20" name="ip" /></div>
|
||||
</div>
|
||||
<% for i, k in ipairs(ifaces) do %>
|
||||
<div class="cbi-value">
|
||||
|
@ -69,4 +69,4 @@ end %>
|
|||
<input type="reset" value="<%:reset%>" />
|
||||
</div>
|
||||
</form>
|
||||
<%+footer%>
|
||||
<%+footer%>
|
||||
|
|
|
@ -286,7 +286,6 @@ div.cbi-value-field {
|
|||
}
|
||||
|
||||
div.cbi-value-description {
|
||||
width: 58%;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue