aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/follow.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-06-07 07:51:26 +0000
committerMario <mario@mariovavti.com>2019-06-07 09:58:51 +0200
commit9f403a4d6b04d2c92274e415d331c485dc0fafbb (patch)
tree08425aadc8aabcbb235c592e4d046aa9ea99cbc9 /view/tpl/follow.tpl
parenta3f726baa8465d8f7a5cd766aa92e03569d9e45f (diff)
downloadvolse-hubzilla-9f403a4d6b04d2c92274e415d331c485dc0fafbb.tar.gz
volse-hubzilla-9f403a4d6b04d2c92274e415d331c485dc0fafbb.tar.bz2
volse-hubzilla-9f403a4d6b04d2c92274e415d331c485dc0fafbb.zip
fix css issue
(cherry picked from commit 55792d5528717845bdd129cef508602d6bd3808a)
Diffstat (limited to 'view/tpl/follow.tpl')
-rwxr-xr-xview/tpl/follow.tpl2
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>