diff options
author | friendica <info@friendica.com> | 2014-04-16 20:28:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-16 20:28:23 -0700 |
commit | 9be4cd4dcdd7975404b7e0a9b71071517d37ec90 (patch) | |
tree | 744a924e4765b711e442649c5f6ca4d866694d5e /view/tpl/follow.tpl | |
parent | acc70b9deb36e7114d4738f6b29f4f780a45a1be (diff) | |
parent | d26a433a5e7d2c1f71af0eed116f834ad4825101 (diff) | |
download | volse-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/follow.tpl')
-rwxr-xr-x | view/tpl/follow.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index b0597e9b6..f643a3597 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -2,7 +2,8 @@ <h3>{{$connect}}</h3> <div id="connect-desc">{{$desc}}</div> <form action="follow" method="post" /> - <input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" /> + <input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /> + <input id="side-follow-submit" type="submit" name="submit" class="btn btn-default" value="{{$follow}}" /> </form> {{if $abook_usage_message}} <div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div> |