0
|
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?v=05d7.389) center no-repeat;
|
|
51 }
|
|
52
|
|
53 #acltable tbody td.enabled
|
|
54 {
|
|
55 background: url(images/enabled.png?v=9d9a.674) center no-repeat;
|
|
56 }
|
|
57
|
|
58 #acltable tr.selected td
|
|
59 {
|
|
60 color: #FFFFFF;
|
|
61 background-color: #CC3333;
|
|
62 }
|
|
63
|
|
64 #acltable tr.unfocused td
|
|
65 {
|
|
66 color: #FFFFFF;
|
|
67 background-color: #929292;
|
|
68 }
|
|
69
|
|
70 #acladvswitch
|
|
71 {
|
|
72 position: absolute;
|
|
73 right: 4px;
|
|
74 text-align: right;
|
|
75 line-height: 22px;
|
|
76 }
|
|
77
|
|
78 #acladvswitch input
|
|
79 {
|
|
80 vertical-align: middle;
|
|
81 }
|
|
82
|
|
83 #acladvswitch span
|
|
84 {
|
|
85 display: block;
|
|
86 }
|
|
87
|
|
88 #aclform
|
|
89 {
|
|
90 display: none;
|
|
91 }
|
|
92
|
|
93 #aclform div
|
|
94 {
|
|
95 padding: 0;
|
|
96 text-align: center;
|
|
97 clear: both;
|
|
98 }
|