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 54a63b1..cd49fcb 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 25068a2..2608177 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 9e600e3..2c633e2 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;