]> git.donarmstrong.com Git - roundcube.git/blob - plugins/acl/skins/default/acl.css
e46a1d00b2ae977441d0c0f7c637df3f0e3e6d7c
[roundcube.git] / plugins / acl / skins / default / acl.css
1 #aclmanager
2 {
3   position: relative;
4   border: 1px solid #999;
5   min-height: 302px;
6 }
7
8 #aclcontainer
9 {
10   overflow-x: auto;
11 }
12
13 #acltable
14 {
15   width: 100%;
16   border-collapse: collapse;
17   background-color: #F9F9F9;
18 }
19
20 #acltable td
21 {
22   width: 1%;
23   white-space: nowrap;
24 }
25
26 #acltable thead td
27 {
28   padding: 0 4px 0 2px;
29 }
30
31 #acltable tbody td
32 {
33   text-align: center;
34   padding: 2px;
35   border-bottom: 1px solid #999999;
36   cursor: default;
37 }
38
39 #acltable tbody td.user
40 {
41   width: 96%;
42   text-align: left;
43   overflow: hidden;
44   text-overflow: ellipsis;
45   -o-text-overflow: ellipsis;
46 }
47
48 #acltable tbody td.partial
49 {
50   background: url(images/partial.png) center no-repeat;
51 }
52
53 #acltable tbody td.enabled
54 {
55   background: url(images/enabled.png) center no-repeat;
56 }
57
58 #acltable tr.selected td
59 {
60   color: #FFFFFF;
61   background-color: #CC3333;
62 }
63
64 #acladvswitch
65 {
66   position: absolute;
67   right: 4px;
68   text-align: right;
69   line-height: 22px;
70 }
71
72 #acladvswitch input
73 {
74   vertical-align: middle;
75 }
76
77 #acladvswitch span
78 {
79   display: block;
80 }
81
82 #aclform
83 {
84   top: 80px;
85   width: 480px;
86   padding: 10px;
87 }
88
89 #aclform div
90 {
91   padding: 0;
92   text-align: center;
93   clear: both;
94 }