summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-10 20:43:53 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-10 20:43:53 +0200
commit4abcbd495d02c80c17976ced96c313976849cc7e (patch)
tree810309da2c5d844beaf6ef4758b0cd565709c4eb
parentb5c4e7d85c3069551945ecfddd42b44cbb1defc8 (diff)
Small styling improvements of the ACL permissions dialog box
-rw-r--r--plugins/acl/skins/larry/acl.css12
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;
+}