* luci/themes: small css fix vor field descriptions in openwrt.org theme
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Jul 2008 20:09:27 +0000 (20:09 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Jul 2008 20:09:27 +0000 (20:09 +0000)
* luci/applications: fix html in ffwizard

applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index b6b9615..26a575e 100644 (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%>
\ No newline at end of file
+<%+footer%>
index a89152d..824b04b 100644 (file)
@@ -286,7 +286,6 @@ div.cbi-value-field {
 }
 
 div.cbi-value-description {
-       width: 58%;
        font-size: 90%;
 }