aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/follow.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-12 21:11:28 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-12 21:11:28 +0100
commit8aabc6bc3dfccb85f44b5db4708a756124277e1e (patch)
treef14531513d44fdf0d181cdef8731ce1a908f2b9d /view/tpl/follow.tpl
parentd9ecca859150f9e9e4213eded9e3f8a69e57f4be (diff)
downloadvolse-hubzilla-8aabc6bc3dfccb85f44b5db4708a756124277e1e.tar.gz
volse-hubzilla-8aabc6bc3dfccb85f44b5db4708a756124277e1e.tar.bz2
volse-hubzilla-8aabc6bc3dfccb85f44b5db4708a756124277e1e.zip
many dropdown and class fixes. still a long way to go...
Diffstat (limited to 'view/tpl/follow.tpl')
-rwxr-xr-xview/tpl/follow.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl
index a211a65b6..240cc7b55 100755
--- a/view/tpl/follow.tpl
+++ b/view/tpl/follow.tpl
@@ -2,9 +2,9 @@
<h3>{{$connect}}</h3>
<form action="follow" method="post" />
<div class="input-group">
- <input class="form-control input-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-btn">
- <button class="btn btn-success btn-sm" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button>
+ <button class="btn btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button>
</div>
</div>
</form>