aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.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/connections.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/connections.tpl')
-rwxr-xr-xview/tpl/connections.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl
index 3b152ef5e..cfb7ae67e 100755
--- a/view/tpl/connections.tpl
+++ b/view/tpl/connections.tpl
@@ -19,7 +19,7 @@
<form action="{{$cmd}}" method="get" >
<div class="input-group form-group">
<input type="text" name="search" id="contacts-search" class="form-control" onfocus="this.select();" value="{{$search}}" placeholder="{{$desc}}" />
- <div class="input-group-btn">
+ <div class="input-group-append">
<button id="contacts-search-submit" class="btn btn-outline-secondary" type="submit" name="submit" value="{{$submit}}"><i class="fa fa-fw fa-search"></i></button>
</div>
</div>