1
0

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> </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 == "&nbsp;&nbsp;" && $in_indent != true} {if $indent == "&nbsp;&nbsp;" && $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}

View File

@ -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;