aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/searchbox.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/searchbox.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/searchbox.tpl')
-rw-r--r--view/tpl/searchbox.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/searchbox.tpl b/view/tpl/searchbox.tpl
index 8f7ac5162..abcdb8933 100644
--- a/view/tpl/searchbox.tpl
+++ b/view/tpl/searchbox.tpl
@@ -2,7 +2,7 @@
<input type="hidden" name="f" value="" />
<div id="{{$id}}" class="input-group">
<input class="form-control form-control-sm" type="text" name="search" id="search-text" value="{{$s}}" onclick="this.submit();" />
- <div class="input-group-btn">
+ <div class="input-group-append">
<button type="submit" name="submit" class="btn btn-outline-secondary" id="search-submit" value="{{$search_label}}"><i class="fa fa-search"></i></button>
{{if $savedsearch}}
<button type="submit" name="searchsave" class="btn btn-outline-secondary" id="search-save" value="{{$save_label}}"><i class="fa fa-floppy-o"></i></button>