From f8a57ebd94941b685287895519fa7427f8e30b3b Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Tue, 04 Feb 2014 16:48:51 -0500
Subject: [PATCH] Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration

---
 plugins/acl/skins/larry/acl.css |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/plugins/acl/skins/larry/acl.css b/plugins/acl/skins/larry/acl.css
index d010db0..b1636990 100644
--- a/plugins/acl/skins/larry/acl.css
+++ b/plugins/acl/skins/larry/acl.css
@@ -104,10 +104,7 @@
 
 #aclform
 {
-  top: 80px;
-  width: 480px;
-  padding: 10px;
-  background-color: white;
+  display: none;
 }
 
 #aclform div

--
Gitblit v1.9.1