diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-01 11:37:02 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-01 11:37:02 +0100 |
commit | e08e6c182cd23132743d9fca69fb63449753376f (patch) | |
tree | ef903c1e55be3fe2fa0805a358059d1954a0fb5d /view/tpl/follow.tpl | |
parent | 1ca0b85196d4cf295abfd3895da34768048aa0b2 (diff) | |
download | volse-hubzilla-e08e6c182cd23132743d9fca69fb63449753376f.tar.gz volse-hubzilla-e08e6c182cd23132743d9fca69fb63449753376f.tar.bz2 volse-hubzilla-e08e6c182cd23132743d9fca69fb63449753376f.zip |
minor template fixes
Diffstat (limited to 'view/tpl/follow.tpl')
-rwxr-xr-x | view/tpl/follow.tpl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index 9c19a288d..8126a4e5a 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -1,12 +1,10 @@ <div id="follow-sidebar" class="widget"> <h3>{{$connect}}</h3> <form action="follow" method="post" /> - <div class="form-group"> - <div class="input-group"> - <input class="widget-input" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> - <div class="input-group-btn"> - <button class="btn btn-default btn-sm" type="submit" name="submit" value="{{$follow}}"><i class="fa fa-plus"></i></button> - </div> + <div class="input-group"> + <input class="form-control input-sm" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> + <div class="input-group-btn"> + <button class="btn btn-success btn-sm" type="submit" name="submit" value="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button> </div> </div> </form> @@ -14,4 +12,3 @@ <div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div> {{/if}} </div> - |