Some changes to make styling the group permissions easier.

This commit is contained in:
Matthias Mees 2013-02-05 22:39:25 +01:00
parent 1559472ca3
commit 223599f4e4
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
</select>
</div>
<ul class="plainList">
<ul>
{foreach $perms as $perm}
{* TODO: major rewrite *}
{if {{$perm@key}|truncate:"2":""} == 'f_'}{continue}{/if}
@ -79,7 +79,7 @@
{if $indent == "&nbsp;&nbsp;" && $in_indent != true}
{$in_indent=true}
<li>
<ul class="plainList">
<ul>
{/if}
{if $indent == "<br>" && $in_indent == true}

View File

@ -459,7 +459,7 @@ form > a {
margin-bottom: 1.5em;
}
.plainList,
#serendipity_admin_groups ul,
.imageMessage ul {
list-style: none;
padding: 0;