Hide autocompletion results when closing ACL dialog; use default table styles

pull/181/head
Thomas Bruederli 10 years ago
parent af15c60f88
commit 92eb72dafc

@ -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();
}

@ -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%;
}

Loading…
Cancel
Save