aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-16 20:28:23 -0700
committerfriendica <info@friendica.com>2014-04-16 20:28:23 -0700
commit9be4cd4dcdd7975404b7e0a9b71071517d37ec90 (patch)
tree744a924e4765b711e442649c5f6ca4d866694d5e /view/tpl/connections.tpl
parentacc70b9deb36e7114d4738f6b29f4f780a45a1be (diff)
parentd26a433a5e7d2c1f71af0eed116f834ad4825101 (diff)
downloadvolse-hubzilla-9be4cd4dcdd7975404b7e0a9b71071517d37ec90.tar.gz
volse-hubzilla-9be4cd4dcdd7975404b7e0a9b71071517d37ec90.tar.bz2
volse-hubzilla-9be4cd4dcdd7975404b7e0a9b71071517d37ec90.zip
Lots of positional changes on sidebar menus - reduce indented margins
Merge branch 'master' into ruler Conflicts: view/css/widgets.css
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 f254ce8c2..c69dcde50 100755
--- a/view/tpl/connections.tpl
+++ b/view/tpl/connections.tpl
@@ -6,7 +6,7 @@
<form id="contacts-search-form" action="{{$cmd}}" method="get" >
<span class="contacts-search-desc">{{$desc}}</span>
<input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="{{$search}}" />
-<input type="submit" name="submit" id="contacts-search-submit" value="{{$submit}}" />
+<input type="submit" name="submit" id="contacts-search-submit" class="btn btn-default" value="{{$submit}}" />
</form>
</div>
<div id="contacts-search-end"></div>