From 4abcbd495d02c80c17976ced96c313976849cc7e Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 10 May 2012 14:43:53 -0400
Subject: [PATCH] Small styling improvements of the ACL permissions dialog box
---
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 589d688..658480e 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;
+}
--
Gitblit v1.9.1