diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-05 11:59:32 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-05 11:59:59 +0100 |
commit | 92eb72dafce42791e5dc0443d615602e5ea78878 (patch) | |
tree | 1d1dc0d80c425a4a30a291fadf092e307c9a09aa /plugins/acl/skins/larry/acl.css | |
parent | af15c60f88f5c0f48fd577c21fd110467eb426ab (diff) |
Hide autocompletion results when closing ACL dialog; use default table styles
Diffstat (limited to 'plugins/acl/skins/larry/acl.css')
-rw-r--r-- | plugins/acl/skins/larry/acl.css | 2 |
1 files changed, 0 insertions, 2 deletions
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%; } |