Thomas Bruederli
2014-02-05 92eb72dafce42791e5dc0443d615602e5ea78878
Hide autocompletion results when closing ACL dialog; use default table styles
2 files modified
3 ■■■■ changed files
plugins/acl/acl.js 1 ●●●● patch | view | raw | blame | history
plugins/acl/skins/larry/acl.css 2 ●●●●● patch | view | raw | blame | history
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();
            }
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%;
}