diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-01 11:37:02 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-01 11:37:02 +0100 |
commit | e08e6c182cd23132743d9fca69fb63449753376f (patch) | |
tree | ef903c1e55be3fe2fa0805a358059d1954a0fb5d /view/tpl/peoplefind.tpl | |
parent | 1ca0b85196d4cf295abfd3895da34768048aa0b2 (diff) | |
download | volse-hubzilla-e08e6c182cd23132743d9fca69fb63449753376f.tar.gz volse-hubzilla-e08e6c182cd23132743d9fca69fb63449753376f.tar.bz2 volse-hubzilla-e08e6c182cd23132743d9fca69fb63449753376f.zip |
minor template fixes
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-x | view/tpl/peoplefind.tpl | 10 |
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> |