aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/peoplefind.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-12 22:23:05 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-12 22:23:05 +0100
commit50ec3b300be81cfd652e2f0ed63ab180cc25a141 (patch)
tree2de59b87c827f8bcb1735c6692b8225dd2f25973 /view/tpl/peoplefind.tpl
parent2c5b6cf8dca239ab4ae85825e4593f8dba56cf74 (diff)
downloadvolse-hubzilla-50ec3b300be81cfd652e2f0ed63ab180cc25a141.tar.gz
volse-hubzilla-50ec3b300be81cfd652e2f0ed63ab180cc25a141.tar.bz2
volse-hubzilla-50ec3b300be81cfd652e2f0ed63ab180cc25a141.zip
fix some breaking changes with bootstrap 4 beta3
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 2ecfbaff9..5f420f6d0 100755
--- a/view/tpl/peoplefind.tpl
+++ b/view/tpl/peoplefind.tpl
@@ -3,7 +3,7 @@
<form action="directory" method="post" />
<div class="input-group form-group">
<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">
+ <div class="input-group-append">
<button class="btn btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button>
</div>
</div>