diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-14 18:31:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-14 18:31:19 +0100 |
commit | a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5 (patch) | |
tree | 494ff430a32c8ef06151afa8881b211c79ce0569 /view/tpl/follow.tpl | |
parent | 7b9df1d40101cff801208b8dbcf8c8c0bc42365e (diff) | |
download | volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.tar.gz volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.tar.bz2 volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.zip |
hide nav search behind a button, css fixes and cleanup
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 240cc7b55..4def1415d 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" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> + <input class="form-control form-control-sm" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> <div class="input-group-btn"> <button class="btn btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button> </div> |