Mercurial > hg > rc1
comparison plugins/acl/skins/larry/acl.css @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 #aclcontainer | |
2 { | |
3 overflow-x: auto; | |
4 border: 1px solid #CCDDE4; | |
5 background-color: #D9ECF4; | |
6 height: 272px; | |
7 box-shadow: none; | |
8 } | |
9 | |
10 #acllist-content | |
11 { | |
12 position: relative; | |
13 height: 230px; | |
14 background-color: white; | |
15 } | |
16 | |
17 #acllist-footer | |
18 { | |
19 position: relative; | |
20 } | |
21 | |
22 #acltable | |
23 { | |
24 width: 100%; | |
25 border-collapse: collapse; | |
26 border: none; | |
27 } | |
28 | |
29 #acltable th, | |
30 #acltable td | |
31 { | |
32 white-space: nowrap; | |
33 text-align: center; | |
34 } | |
35 | |
36 #acltable thead tr th | |
37 { | |
38 font-size: 11px; | |
39 font-weight: bold; | |
40 } | |
41 | |
42 #acltable tbody td | |
43 { | |
44 text-align: center; | |
45 height: 16px; | |
46 cursor: default; | |
47 } | |
48 | |
49 #acltable thead tr > .user | |
50 { | |
51 width: 30%; | |
52 border-left: none; | |
53 } | |
54 | |
55 #acltable.advanced thead tr > .user { | |
56 width: 25%; | |
57 } | |
58 | |
59 #acltable tbody td.user | |
60 { | |
61 text-align: left; | |
62 } | |
63 | |
64 #acltable tbody td.partial | |
65 { | |
66 background-image: url(images/partial.png?v=05d7.389); | |
67 background-position: center; | |
68 background-repeat: no-repeat; | |
69 } | |
70 | |
71 #acltable tbody td.enabled | |
72 { | |
73 background-image: url(images/enabled.png?v=9d9a.674); | |
74 background-position: center; | |
75 background-repeat: no-repeat; | |
76 } | |
77 | |
78 #acltable tbody tr.selected td.partial | |
79 { | |
80 background-color: #019bc6; | |
81 background-image: url(images/partial.png?v=05d7.389), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%); | |
82 background-image: url(images/partial.png?v=05d7.389), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4)); | |
83 background-image: url(images/partial.png?v=05d7.389), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%); | |
84 background-image: url(images/partial.png?v=05d7.389), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%); | |
85 background-image: url(images/partial.png?v=05d7.389), linear-gradient(top, #019bc6 0%, #017cb4 100%); | |
86 } | |
87 | |
88 #acltable tbody tr.selected td.enabled | |
89 { | |
90 background-color: #019bc6; | |
91 background-image: url(images/enabled.png?v=9d9a.674), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%); | |
92 background-image: url(images/enabled.png?v=9d9a.674), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4)); | |
93 background-image: url(images/enabled.png?v=9d9a.674), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%); | |
94 background-image: url(images/enabled.png?v=9d9a.674), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%); | |
95 background-image: url(images/enabled.png?v=9d9a.674), linear-gradient(top, #019bc6 0%, #017cb4 100%); | |
96 } | |
97 | |
98 #aclform | |
99 { | |
100 display: none; | |
101 } | |
102 | |
103 #aclform div | |
104 { | |
105 padding: 0; | |
106 text-align: center; | |
107 clear: both; | |
108 } | |
109 | |
110 #aclform ul | |
111 { | |
112 list-style: none; | |
113 margin: 0.2em; | |
114 padding: 0; | |
115 } | |
116 | |
117 #aclform ul li label | |
118 { | |
119 margin-left: 0.5em; | |
120 } | |
121 | |
122 ul.toolbarmenu li span.delete { | |
123 background-position: 0 -1509px; | |
124 } |