diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-10 20:43:53 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-10 20:43:53 +0200 |
commit | 4abcbd495d02c80c17976ced96c313976849cc7e (patch) | |
tree | 810309da2c5d844beaf6ef4758b0cd565709c4eb /plugins/acl/skins | |
parent | b5c4e7d85c3069551945ecfddd42b44cbb1defc8 (diff) |
Small styling improvements of the ACL permissions dialog box
Diffstat (limited to 'plugins/acl/skins')
-rw-r--r-- | plugins/acl/skins/larry/acl.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/acl/skins/larry/acl.css b/plugins/acl/skins/larry/acl.css index 589d688f6..658480e40 100644 --- a/plugins/acl/skins/larry/acl.css +++ b/plugins/acl/skins/larry/acl.css @@ -111,3 +111,15 @@ text-align: center; clear: both; } + +#aclform ul +{ + list-style: none; + margin: 0.2em; + padding: 0; +} + +#aclform ul li label +{ + margin-left: 0.5em; +} |