forked from central-queensland-uni/moodle-local_extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
175 lines (139 loc) · 3.07 KB
/
styles.css
File metadata and controls
175 lines (139 loc) · 3.07 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
.local_extension .mod {
font-size: 150%;
}
.local_extension .attachment {
vertical-align: bottom;
}
.local_extension .comment {
margin-bottom: 8px;
min-height: 30px;
position: relative;
}
.local_extension .comment .avatar {
left: 0;
position: absolute;
width: 100px;
}
.local_extension .comment .content {
padding-left: 60px;
}
.local_extension .comment .name {
font-weight: bold;
}
.local_extension .comment .useridnumber {
font-style: oblique;
}
.local_extension span.statusinternal {
background-color: #bc57d9;
}
.local_extension span.statusnew {
background-color: #39CCCC;
}
.local_extension span.statusdenied {
background-color: #FF4136;
}
.local_extension span.statusapproved {
background-color: #2ECC40;
}
.local_extension span.statusreopened {
background-color: #FF851B;
}
.local_extension span.statuscancel {
background-color: #0074D9;
}
.local_extension .mform .fitem_actionbuttons {
margin-bottom: 0;
}
.local_extension .mform .fstatic {
margin-top: 0;
}
.local_extension .mform fieldset div {
margin-left: 0;
}
.local_extension .mform fieldset div.fgroup {
margin-bottom: 10px;
margin-top: 10px;
}
.local_extension .mform fieldset .comments > div.comment {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
min-height: 30px;
padding: 2px;
position: relative;
}
.local_extension .mform fieldset .comments > div.comment > div.avatar {
margin-left: 2px;
}
.local_extension .mform fieldset .comments > div.comment > div.avatar img {
border-radius: 5px;
}
.local_extension table tr.clearrow td {
background-color: inherit;
border: 1px none;
}
.local_extension div .statusbadge {
float: left;
margin-right: 5px;
text-align: right;
width: 80px;
}
.local_extension div .manageruleitem {
background-color: #d3d3d3;
border: 1px solid;
border-radius: 5px;
width: 400px;
}
.local_extension div .coursesearch {
height: 43px;
margin-top: 0;
}
.local_extension div .lastmodby {
text-align: center;
}
.local_extension .controls select {
max-width: 130px;
min-width: 130px;
}
.local_extension .label {
border-radius: .25em;
display: inline;
font-size: 75%;
font-weight: 700;
line-height: 1;
padding: .3em .6em .3em;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
}
.local_extension .policy {
margin-bottom: 30px;
}
.local_extension_status .mform fieldset div.fitemtitle {
width: 0;
}
.local_extension_status .mform fieldset div.felement {
margin-left: 0;
width: auto;
}
.local_extension_status .mform fieldset div.felement.ffilemanager {
width: 700px;
}
.local_extension_status .mform fieldset div.felement.ftextarea textarea {
width: 100%;
}
.local_extension_status .statusheader {
font-weight: bold;
}
.local_extension_status .statusblock {
margin-bottom: 20px;
}
.local_extension_title {
margin-bottom: 20px;
}
.local_extension_option_buttons {
float: right;
}
.local_extension_coordinators {
margin-top: 15px;
}