* luci/themes: small css fix vor field descriptions in openwrt.org theme

* luci/applications:	fix html in ffwizard
This commit is contained in:
Jo-Philipp Wich 2008-07-13 20:09:27 +00:00
parent abda3857e2
commit bd3d207081
2 changed files with 3 additions and 4 deletions

View file

@ -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%>:&nbsp;
<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%>

View file

@ -286,7 +286,6 @@ div.cbi-value-field {
}
div.cbi-value-description {
width: 58%;
font-size: 90%;
}