aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/peoplefind.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-01 11:37:02 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-01 11:37:40 +0100
commit3071f3b71c4504a2784d5f77f0825f3e7df1b796 (patch)
treee10ce92efc1f0468691d678c609d8d3f7819bcb0 /view/tpl/peoplefind.tpl
parent07d443a1594cd5c36787c643a152ab4adbf22c17 (diff)
downloadvolse-hubzilla-3071f3b71c4504a2784d5f77f0825f3e7df1b796.tar.gz
volse-hubzilla-3071f3b71c4504a2784d5f77f0825f3e7df1b796.tar.bz2
volse-hubzilla-3071f3b71c4504a2784d5f77f0825f3e7df1b796.zip
minor template fixes
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>