diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-13 22:00:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-13 22:00:40 +0200 |
commit | c1f01b7e3515ed823019f133cd73c1752b372f4c (patch) | |
tree | 9444d53400367f0232d1d2b276209c15252ae110 /view/tpl/peoplefind.tpl | |
parent | 71064f481b94da11ca8a819c1cec88f8df4b671c (diff) | |
download | volse-hubzilla-c1f01b7e3515ed823019f133cd73c1752b372f4c.tar.gz volse-hubzilla-c1f01b7e3515ed823019f133cd73c1752b372f4c.tar.bz2 volse-hubzilla-c1f01b7e3515ed823019f133cd73c1752b372f4c.zip |
css fixes
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 206be694e..bbcc0b85b 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -4,7 +4,7 @@ <div class="input-group form-group"> <input class="form-control" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" /> <div class="input-group-append"> - <button class="btn btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button> + <button class="btn btn-sm btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button> </div> </div> </form> |