aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/acl_selector.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-31 16:13:58 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-31 16:13:58 +0200
commit1bcee2f11c10ef6844383ea3ba8d15862604f8d1 (patch)
tree87e1ff404d44f705a6d94f39972d2df45f061ca7 /view/tpl/acl_selector.tpl
parent572a04b40acf39530e86175a71da898c851ca710 (diff)
downloadvolse-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-xview/tpl/acl_selector.tpl2
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="&#xf002; {{$search}}">
- <div class="p-2 dropdown-sub-text">{{$showlimitedDesc}}</div>
+ <small class="text-muted">{{$showlimitedDesc}}</small>
<div id="acl-list-content"></div>
</div>
</div>