diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 14:56:53 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 14:56:53 -0800 |
commit | cda8fb338068ff8d5393580ee0cb15f8b080fb6f (patch) | |
tree | eaf686fab3c1ae66d954b1eda271c13732aa9cf3 /view/tpl | |
parent | 862a31007543c292ba3bcd6d56e390d83c1043be (diff) | |
parent | 98146eae076a7eff315c4927ad1fc2ee2a06ade8 (diff) | |
download | volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.tar.gz volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.tar.bz2 volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index 63a2900f4..a873457fe 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -8,7 +8,7 @@ <div class="modal-body"> {{if $jotnets}} <div class="jotnets-wrapper" role="tab" id="jotnets-wrapper"> - <a data-toggle="collapse" href="#jotnets-collapse" aria-expanded="false" aria-controls="jotnets-collapse">{{$jnetModalTitle}} <span class="caret"></span></a> + <a data-toggle="collapse" class="btn btn-block btn-default" href="#jotnets-collapse" aria-expanded="false" aria-controls="jotnets-collapse">{{$jnetModalTitle}} <span class="caret"></span></a> </div> <div id="jotnets-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="acl-select"> {{$jotnets}} |