aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-16 18:35:37 -0700
committerfriendica <info@friendica.com>2014-04-16 18:35:37 -0700
commitc7712d3b45289552ce460f4802ccf934a380c69d (patch)
treef0f7d7ea988174e8540aaec801d0cfae7e2c0744 /view
parent558e283260f097c2a85ddc8e7bb907d878d046a1 (diff)
downloadvolse-hubzilla-c7712d3b45289552ce460f4802ccf934a380c69d.tar.gz
volse-hubzilla-c7712d3b45289552ce460f4802ccf934a380c69d.tar.bz2
volse-hubzilla-c7712d3b45289552ce460f4802ccf934a380c69d.zip
bug fixes after widget cleanup
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css4
-rwxr-xr-xview/tpl/peoplefind.tpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a03a1f2e3..0f58b3194 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -632,11 +632,11 @@ footer {
margin-top: 20px;
}
-#side-peoplefind-url::-webkit-input-placeholder {
+#side-peoplefind-url::-webkit-input-placeholder, #side-advanced-peoplefind-url::-webkit-input-placeholder {
font-family: FontAwesome;
}
-#side-peoplefind-url::-moz-placeholder {
+#side-peoplefind-url::-moz-placeholder, #side-advanced-peoplefind-url::-moz-placeholder {
font-family: FontAwesome;
}
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl
index 5f3dfac8f..55bf1575f 100755
--- a/view/tpl/peoplefind.tpl
+++ b/view/tpl/peoplefind.tpl
@@ -1,6 +1,6 @@
<div id="peoplefind-sidebar" class="widget">
<h3>{{$findpeople}}</h3>
- {{$desc}}
+ <div class="descriptive-text">{{$desc}}</div>
<form action="directory" method="post" />
<input class="icon-search" id="side-peoplefind-url" type="text" name="search" size="24" title="{{$hint}}" placeholder="&#xf002;"/>
<input id="side-peoplefind-submit" class="btn btn-default" type="submit" name="submit" value="{{$findthem}}" />