summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2012-09-12 16:15:54 +0000
committerManuel Munz <freifunk@somakoma.de>2012-09-12 16:15:54 +0000
commitf65d05ac2b174762a0f638db1bc34845950e3ec1 (patch)
tree4018fe322905d90d8987cff605885240483f154f
parent39c9856002534675b117a1d58ec1097c5c6027a0 (diff)
add missing css declaration for cbi-button-find
-rw-r--r--themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css3
-rw-r--r--themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm2
-rw-r--r--themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css3
3 files changed, 5 insertions, 3 deletions
diff --git a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
index 54a63b10a..cd49fcbe2 100644
--- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
+++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
@@ -632,7 +632,8 @@ input.cbi-input-password {
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;
diff --git a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
index 25068a2d1..260817779 100644
--- a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
+++ b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
@@ -81,7 +81,7 @@ You may obtain a copy of the License at
<% 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%>">
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index 9e600e31f..2c633e2d1 100644
--- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@ -443,7 +443,8 @@ input.cbi-input-password {
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;