diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-06-07 09:51:26 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-06-07 09:51:26 +0200 |
commit | 55792d5528717845bdd129cef508602d6bd3808a (patch) | |
tree | 012b4407cdb67b8c4c80e6cb3e354b00bb223e0a /view/tpl | |
parent | ebc2b23c3a2c83ad62ba301d0b94671e4691689a (diff) | |
download | volse-hubzilla-55792d5528717845bdd129cef508602d6bd3808a.tar.gz volse-hubzilla-55792d5528717845bdd129cef508602d6bd3808a.tar.bz2 volse-hubzilla-55792d5528717845bdd129cef508602d6bd3808a.zip |
fix css issue
Diffstat (limited to 'view/tpl')
-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> |