diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 20:09:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 20:09:27 +0000 |
commit | bd3d20708134c3a7622269f71d13ccb70ac0dece (patch) | |
tree | f122903900b49391ff56a76fe5c8045033736977 | |
parent | abda3857e22f2c89651dbe49ea3534fbbc3e7c06 (diff) |
* luci/themes: small css fix vor field descriptions in openwrt.org theme
* luci/applications: fix html in ffwizard
-rw-r--r-- | applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm | 6 | ||||
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm b/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm index b6b96155e..26a575e9b 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm +++ b/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm @@ -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%>
\ No newline at end of file +<%+footer%> diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index a89152d5c..824b04ba4 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -286,7 +286,6 @@ div.cbi-value-field { } div.cbi-value-description { - width: 58%; font-size: 90%; } |