diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-12 22:23:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-12 22:23:05 +0100 |
commit | 50ec3b300be81cfd652e2f0ed63ab180cc25a141 (patch) | |
tree | 2de59b87c827f8bcb1735c6692b8225dd2f25973 /view/tpl/peoplefind.tpl | |
parent | 2c5b6cf8dca239ab4ae85825e4593f8dba56cf74 (diff) | |
download | volse-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-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 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> |