| 1 |
efrain |
1 |
.path-admin-tool-capability [data-search="capability"] {
|
|
|
2 |
min-width: 675px;
|
|
|
3 |
}
|
|
|
4 |
|
|
|
5 |
.path-admin-tool-capability .comparisontable {
|
|
|
6 |
margin-top: 150px;
|
|
|
7 |
}
|
|
|
8 |
|
|
|
9 |
.path-admin-tool-capability .comparisontable th,
|
|
|
10 |
.path-admin-tool-capability .comparisontable td {
|
|
|
11 |
vertical-align: middle;
|
|
|
12 |
padding: 0.4em 0.5em 0.3em;
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
.path-admin-tool-capability .comparisontable thead th {
|
|
|
16 |
vertical-align: bottom;
|
|
|
17 |
background: none;
|
|
|
18 |
}
|
|
|
19 |
|
|
|
20 |
.path-admin-tool-capability .comparisontable thead th div {
|
|
|
21 |
position: relative;
|
|
|
22 |
}
|
|
|
23 |
|
|
|
24 |
.path-admin-tool-capability .comparisontable thead th div > a {
|
|
|
25 |
position: absolute;
|
|
|
26 |
top: -1.75em;
|
|
|
27 |
left: 1em;
|
|
|
28 |
width: 150px;
|
|
|
29 |
text-align: left;
|
|
|
30 |
margin-bottom: 1em;
|
|
|
31 |
text-indent: -1.45em;
|
|
|
32 |
-webkit-transform-origin: top left;
|
|
|
33 |
-moz-transform-origin: top left;
|
|
|
34 |
-ms-transform-origin: top left;
|
|
|
35 |
-o-transform-origin: top left;
|
|
|
36 |
-webkit-transform: rotate(315deg);
|
|
|
37 |
-moz-transform: rotate(315deg);
|
|
|
38 |
-ms-transform: rotate(315deg);
|
|
|
39 |
-o-transform: rotate(315deg);
|
|
|
40 |
}
|
|
|
41 |
|
|
|
42 |
.path-admin-tool-capability .comparisontable tbody th {
|
|
|
43 |
background-color: #eee;
|
|
|
44 |
text-align: right;
|
|
|
45 |
border: 1px solid #dfdfdf;
|
|
|
46 |
}
|
|
|
47 |
|
|
|
48 |
.path-admin-tool-capability .comparisontable tbody th span {
|
|
|
49 |
display: block;
|
|
|
50 |
color: #666;
|
|
|
51 |
font-size: 80%;
|
|
|
52 |
}
|
|
|
53 |
|
|
|
54 |
.path-admin-tool-capability .comparisontable tbody td {
|
|
|
55 |
border: 1px solid #dfdfdf;
|
|
|
56 |
}
|
|
|
57 |
|
|
|
58 |
.path-admin-tool-capability .comparisontable .inherit {
|
|
|
59 |
color: #666;
|
|
|
60 |
}
|
|
|
61 |
|
|
|
62 |
.path-admin-tool-capability .comparisontable .allow {
|
|
|
63 |
background-color: #060;
|
|
|
64 |
font-weight: bold;
|
|
|
65 |
color: white;
|
|
|
66 |
}
|
|
|
67 |
|
|
|
68 |
.path-admin-tool-capability .comparisontable .prevent {
|
|
|
69 |
background-color: #ad6704;
|
|
|
70 |
font-weight: bold;
|
|
|
71 |
color: white;
|
|
|
72 |
}
|
|
|
73 |
|
|
|
74 |
.path-admin-tool-capability .comparisontable .prohibit {
|
|
|
75 |
background-color: #800;
|
|
|
76 |
font-weight: bold;
|
|
|
77 |
color: white;
|
|
|
78 |
}
|