diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-14 18:31:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-14 18:31:19 +0100 |
commit | a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5 (patch) | |
tree | 494ff430a32c8ef06151afa8881b211c79ce0569 /view/tpl/peoplefind.tpl | |
parent | 7b9df1d40101cff801208b8dbcf8c8c0bc42365e (diff) | |
download | volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.tar.gz volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.tar.bz2 volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.zip |
hide nav search behind a button, css fixes and cleanup
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-x | view/tpl/peoplefind.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 82da8b9c9..2ecfbaff9 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -2,7 +2,7 @@ <h3>{{$findpeople}}</h3> <form action="directory" method="post" /> <div class="input-group form-group"> - <input class="form-control" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" /> + <input class="form-control form-control-sm" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" /> <div class="input-group-btn"> <button class="btn btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button> </div> |