Some changes to make styling the group permissions easier.
This commit is contained in:
@ -59,7 +59,7 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="plainList">
|
<ul>
|
||||||
{foreach $perms as $perm}
|
{foreach $perms as $perm}
|
||||||
{* TODO: major rewrite *}
|
{* TODO: major rewrite *}
|
||||||
{if {{$perm@key}|truncate:"2":""} == 'f_'}{continue}{/if}
|
{if {{$perm@key}|truncate:"2":""} == 'f_'}{continue}{/if}
|
||||||
@ -79,7 +79,7 @@
|
|||||||
{if $indent == " " && $in_indent != true}
|
{if $indent == " " && $in_indent != true}
|
||||||
{$in_indent=true}
|
{$in_indent=true}
|
||||||
<li>
|
<li>
|
||||||
<ul class="plainList">
|
<ul>
|
||||||
|
|
||||||
{/if}
|
{/if}
|
||||||
{if $indent == "<br>" && $in_indent == true}
|
{if $indent == "<br>" && $in_indent == true}
|
||||||
|
@ -459,7 +459,7 @@ form > a {
|
|||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plainList,
|
#serendipity_admin_groups ul,
|
||||||
.imageMessage ul {
|
.imageMessage ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Reference in New Issue
Block a user