summaryrefslogtreecommitdiff
path: root/plugins/acl/skins/larry/acl.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-02-04 19:52:25 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-02-04 22:50:15 +0100
commitaffabd9a4b24d08ac4beb5828fc0103b4f36e3ef (patch)
tree8fbb63fc3d3c632c627142872deb77d64cb821f7 /plugins/acl/skins/larry/acl.css
parentf147849bb05a48fe721851b2ebc2d0d746e2ca75 (diff)
Fix some glitches in ACL table display
Diffstat (limited to 'plugins/acl/skins/larry/acl.css')
-rw-r--r--plugins/acl/skins/larry/acl.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/acl/skins/larry/acl.css b/plugins/acl/skins/larry/acl.css
index 9c7429418..b16369907 100644
--- a/plugins/acl/skins/larry/acl.css
+++ b/plugins/acl/skins/larry/acl.css
@@ -38,19 +38,25 @@
border-left: #BBD3DA dotted 1px;
font-size: 11px;
font-weight: bold;
+ width: auto;
}
#acltable tbody td
{
border-bottom: #DDDDDD 1px solid;
text-align: center;
- padding: 2px;
+ height: 16px;
cursor: default;
}
#acltable thead td.user
{
border-left: none;
+ width: 30%;
+}
+
+#acltable.advanced thead td.user {
+ width: 25%;
}
#acltable tbody td.user
@@ -60,7 +66,6 @@
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
border-left: none;
- width: 50px;
}
#acltable tbody td.partial