aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/peoplefind.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-02 17:36:14 -0800
committerzotlabs <mike@macgirvin.com>2017-03-02 17:36:14 -0800
commit7445f1881ecf640bfd05c9b46471ee7494a376c1 (patch)
tree2fbdc3ecf580795c571ddb39ea4d2ec4a9a01405 /view/tpl/peoplefind.tpl
parente58dc726c5e40ff30942739f86d2329fb29f763c (diff)
parent6bf6462a377d1a80ab30d63b48034fb4cde0bb9e (diff)
downloadvolse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.tar.gz
volse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.tar.bz2
volse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-xview/tpl/peoplefind.tpl10
1 files changed, 4 insertions, 6 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl
index ae0b7f1ea..8318f050d 100755
--- a/view/tpl/peoplefind.tpl
+++ b/view/tpl/peoplefind.tpl
@@ -1,12 +1,10 @@
<div id="peoplefind-sidebar" class="widget">
<h3>{{$findpeople}}</h3>
<form action="directory" method="post" />
- <div class="form-group">
- <div class="input-group">
- <input class="widget-input" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" />
- <div class="input-group-btn">
- <button class="btn btn-default btn-sm" type="submit" name="submit"><i class="fa fa-search"></i></button>
- </div>
+ <div class="input-group form-group">
+ <input class="form-control input-sm" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" />
+ <div class="input-group-btn">
+ <button class="btn btn-default btn-sm" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button>
</div>
</div>
</form>