diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-13 15:14:46 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-13 15:14:46 +0200 |
commit | f9d43479f29d350b8d0aaf19a0773e372ff3e542 (patch) | |
tree | 523a50982520fbb6f6606541e845d567e2e4fee5 /view/tpl/follow.tpl | |
parent | c2f6f87caead4fdd917ab350ad1707fe2226ad8b (diff) | |
download | volse-hubzilla-f9d43479f29d350b8d0aaf19a0773e372ff3e542.tar.gz volse-hubzilla-f9d43479f29d350b8d0aaf19a0773e372ff3e542.tar.bz2 volse-hubzilla-f9d43479f29d350b8d0aaf19a0773e372ff3e542.zip |
css issues
Diffstat (limited to 'view/tpl/follow.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 2fb753784..bccb25068 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -2,7 +2,7 @@ <h3>{{$connect}}</h3> <form action="follow" method="post" /> <div class="input-group"> - <input class="form-control form-control-sm" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> + <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> </div> |