diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-31 16:13:58 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-31 16:13:58 +0200 |
commit | 1bcee2f11c10ef6844383ea3ba8d15862604f8d1 (patch) | |
tree | 87e1ff404d44f705a6d94f39972d2df45f061ca7 /view/tpl/acl_selector.tpl | |
parent | 572a04b40acf39530e86175a71da898c851ca710 (diff) | |
download | volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.tar.gz volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.tar.bz2 volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.zip |
various form css fixes
Diffstat (limited to 'view/tpl/acl_selector.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 e0b31162a..f4f851c8a 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -32,7 +32,7 @@ <div id="acl-wrapper"> <div id="acl-list"> <input class="form-control" type="text" id="acl-search" placeholder=" {{$search}}"> - <div class="p-2 dropdown-sub-text">{{$showlimitedDesc}}</div> + <small class="text-muted">{{$showlimitedDesc}}</small> <div id="acl-list-content"></div> </div> </div> |