diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-06-07 07:51:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-06-07 09:58:51 +0200 |
commit | 9f403a4d6b04d2c92274e415d331c485dc0fafbb (patch) | |
tree | 08425aadc8aabcbb235c592e4d046aa9ea99cbc9 | |
parent | a3f726baa8465d8f7a5cd766aa92e03569d9e45f (diff) | |
download | volse-hubzilla-9f403a4d6b04d2c92274e415d331c485dc0fafbb.tar.gz volse-hubzilla-9f403a4d6b04d2c92274e415d331c485dc0fafbb.tar.bz2 volse-hubzilla-9f403a4d6b04d2c92274e415d331c485dc0fafbb.zip |
fix css issue
(cherry picked from commit 55792d5528717845bdd129cef508602d6bd3808a)
-rwxr-xr-x | view/tpl/follow.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index bccb25068..da472fa9b 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -4,7 +4,7 @@ <div class="input-group"> <input class="form-control" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> <div class="input-group-append"> - <button class="btn btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button> + <button class="btn btn-sm btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button> </div> </div> </form> |