From e837d8515addd9f1eeede00f1be0ab9ef3967c7c Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 05 Feb 2014 05:59:32 -0500
Subject: [PATCH] Hide autocompletion results when closing ACL dialog; use default table styles

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

diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js
index 0ee45d7..7eb2653 100644
--- a/plugins/acl/acl.js
+++ b/plugins/acl/acl.js
@@ -338,6 +338,7 @@
             modal: true,
             closeOnEscape: false,
             close: function(e, ui) {
+                (rcmail.is_framed() ? parent.rcmail : rcmail).ksearch_hide();
                 me.acl_form.appendTo(body).hide();
                 $(this).remove();
             }
diff --git a/plugins/acl/skins/larry/acl.css b/plugins/acl/skins/larry/acl.css
index b1636990..96c1092 100644
--- a/plugins/acl/skins/larry/acl.css
+++ b/plugins/acl/skins/larry/acl.css
@@ -29,7 +29,6 @@
 #acltable td
 {
   white-space: nowrap;
-  border: none;
   text-align: center;
 }
 
@@ -51,7 +50,6 @@
 
 #acltable thead td.user
 {
-  border-left: none;
   width: 30%;
 }
 

--
Gitblit v1.9.1