aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/peoplefind.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-05-13 20:00:40 +0000
committerMario <mario@mariovavti.com>2019-05-14 09:13:19 +0200
commit1f84aa980988ad762d6e71baf288791218aae6ea (patch)
treebd932991970b8728e94191675a353f2be2a9de13 /view/tpl/peoplefind.tpl
parent4ac249c26c1ccad627c865a7387ed75a5232b027 (diff)
downloadvolse-hubzilla-1f84aa980988ad762d6e71baf288791218aae6ea.tar.gz
volse-hubzilla-1f84aa980988ad762d6e71baf288791218aae6ea.tar.bz2
volse-hubzilla-1f84aa980988ad762d6e71baf288791218aae6ea.zip
css fixes
(cherry picked from commit c1f01b7e3515ed823019f133cd73c1752b372f4c)
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-xview/tpl/peoplefind.tpl2
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>