add missing css declaration for cbi-button-find
authorManuel Munz <freifunk@somakoma.de>
Wed, 12 Sep 2012 16:15:54 +0000 (16:15 +0000)
committerManuel Munz <freifunk@somakoma.de>
Wed, 12 Sep 2012 16:15:54 +0000 (16:15 +0000)
themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 54a63b10ad83467334f4b4ddadfcd14fd632b5e2..cd49fcbe23203d82c4b1c1ade48fd91be3b9db90 100644 (file)
@@ -632,7 +632,8 @@ input.cbi-input-password {
        text-indent: 17px;
 }
 
        text-indent: 17px;
 }
 
-input.cbi-input-find {
+input.cbi-input-find,
+input.cbi-button-find {
        background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
        background-color: inherit;
        color: #000;
        background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
        background-color: inherit;
        color: #000;
index 25068a2d185c0ed4ec34e0019ec028b7bad3a80a..2608177793bca810d3473c38c3d72253935c61c6 100644 (file)
@@ -81,7 +81,7 @@ You may obtain a copy of the License at
 <% end -%>
 <script type="text/javascript" src="<%=resource%>/xhr.js"></script>
 
 <% end -%>
 <script type="text/javascript" src="<%=resource%>/xhr.js"></script>
 
-<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI</title>
+<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI</title>
 </head>
 
 <body class="lang_<%=luci.i18n.context.lang%>">
 </head>
 
 <body class="lang_<%=luci.i18n.context.lang%>">
index 9e600e31f05f821ad5d7d9c5ce3a53940e5b1a7a..2c633e2d1c9d5269e730e26090553843bdbd8b97 100644 (file)
@@ -443,7 +443,8 @@ input.cbi-input-password {
        text-indent: 17px;
 }
 
        text-indent: 17px;
 }
 
-input.cbi-input-find {
+input.cbi-input-find,
+input.cbi-button-find {
        background-image: url('../resources/cbi/find.gif');
        color: #000000;
        padding-left: 17px;
        background-image: url('../resources/cbi/find.gif');
        color: #000000;
        padding-left: 17px;