-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
90 lines (77 loc) · 1.97 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.path-admin-tool-capexplorer .perm-allow,
.path-admin-tool-capexplorer .roleassigned {
color: green;
}
.path-admin-tool-capexplorer .perm-prevent {
color: red;
}
.path-admin-tool-capexplorer .perm-prohibit {
color: red;
font-weight: bold;
}
.path-admin-tool-capexplorer .perm-notset {
color: gray;
}
.path-admin-tool-capexplorer .capgranted {
color: green;
font-weight: bold;
}
.path-admin-tool-capexplorer .capdenied {
color: red;
font-weight: bold;
}
.path-admin-tool-capexplorer .option-disabled {
color: grey;
}
/* Increase width of autocomplete form fields slightly */
.path-admin-tool-capexplorer #id_username,
.path-admin-tool-capexplorer #id_capability {
width: 400px;
}
.path-admin-tool-capexplorer #tree-loading-message {
color: grey;
}
/* Set colour of autocomplete items so they don't go red if element validation failed. */
.yui3-aclist-item {
color: black;
}
/* Remove YUI icon and padding */
.yui3-skin-sam .yui3-treeview-icon {
display: none;
}
.yui3-skin-sam .yui3-treeview-label {
padding-left: 0;
}
/* Style our own nodeType specific icon */
.capexplorer-tree-label {
background-repeat: no-repeat;
}
.dir-ltr .capexplorer-tree-label {
padding-left: 20px;
background-position: left center;
}
.dir-rtl .capexplorer-tree-label {
background-position: right center;
padding-right: 20px;
}
.capexplorer-tree-course {
background-image: url([[pix:tool_capexplorer|course]]);
}
.capexplorer-tree-category {
background-image: url([[pix:tool_capexplorer|category]]);
}
.capexplorer-tree-user {
background-image: url([[pix:tool_capexplorer|user]]);
}
.capexplorer-tree-userdir {
background-image: url([[pix:tool_capexplorer|users]]);
}
.capexplorer-tree-module {
background-image: url([[pix:tool_capexplorer|module]]);
}
.capexplorer-tree-block {
background-image: url([[pix:tool_capexplorer|block]]);
}
.capexplorer-tree-system {
background-image: url([[pix:tool_capexplorer|system]]);
}