From 92eb72dafce42791e5dc0443d615602e5ea78878 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 5 Feb 2014 11:59:32 +0100 Subject: Hide autocompletion results when closing ACL dialog; use default table styles --- plugins/acl/acl.js | 1 + plugins/acl/skins/larry/acl.css | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js index 0ee45d735..7eb2653b3 100644 --- a/plugins/acl/acl.js +++ b/plugins/acl/acl.js @@ -338,6 +338,7 @@ rcube_webmail.prototype.acl_init_form = function(id) 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 b16369907..96c1092a0 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%; } -- cgit v1.2.3