Some changes to make styling the group permissions easier.
This commit is contained in:
parent
1559472ca3
commit
223599f4e4
@ -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 == " " && $in_indent != true}
|
||||
{$in_indent=true}
|
||||
<li>
|
||||
<ul class="plainList">
|
||||
<ul>
|
||||
|
||||
{/if}
|
||||
{if $indent == "<br>" && $in_indent == true}
|
||||
|
@ -459,7 +459,7 @@ form > a {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.plainList,
|
||||
#serendipity_admin_groups ul,
|
||||
.imageMessage ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user