forked from bostelm/moodle-mod_scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
219 lines (185 loc) · 4.28 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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
.path-mod-scheduler .timelabel{
color : #808080;
}
.path-mod-scheduler .attended{
color : green;
}
.path-mod-scheduler div.otherstudent.highlight{
font-weight : bold;
}
.path-mod-scheduler div.slotnotes{
background-color : #E8E9EE;
border : solid 1px #A7ABBE;
font-size : 0.9em;
padding : 2px;
margin : 1px;
}
div .path-mod-scheduler .appointmentnote{
background-color : #E7EFE7;
border : solid 1px #A0C5A4;
font-size : 0.9em;
padding : 2px;
margin : 1px;
}
.path-mod-scheduler #slotbookertable {
margin-left:auto;
margin-right:auto;
}
.path-mod-scheduler #slotbookertable {
margin-left:auto;
margin-right:auto;
}
.path-mod-scheduler div.bookercontrols {
text-align: center;
}
.path-mod-scheduler div.studentlist.expanded {
display: block;
}
.path-mod-scheduler div.studentlist.collapsed {
display: none;
}
.path-mod-scheduler div.commandbar {
width: 100%;
margin-left: auto;
margin-right: auto;
background-color : #EEEEEE;
padding: 0.5em;
}
// Reduce space usage by single buttons in table cells
.path-mod-scheduler table div.singlebutton div {
margin-bottom: 0px;
}
.path-mod-scheduler table div.singlebutton input {
margin: 0px;
}
.path-mod-scheduler div.commandbar span.title {
float: left;
clear: right;
width: 8em;
text-align: left;
font-weight: bold;
}
.path-mod-scheduler div.commandbar .moodle-actionmenu {
display: inline-block;
}
.path-mod-scheduler div.commandbar .moodle-actionmenu.show[data-enhanced] .menu.align-tr-br {
left: 0;
right: auto;
}
.path-mod-scheduler div.commandbar .moodle-actionmenu .menubar {
width: 12em;
}
.path-mod-scheduler .moodle-actionmenu img.iconsmall {
width: auto;
}
.path-mod-scheduler .moodle-actionmenu .menu-action-text {
display: inline;
}
body.path-mod-scheduler input.slotselect {
display: none;
}
body.path-mod-scheduler.jsenabled input.slotselect {
display: inline;
}
body.path-mod-scheduler.jsenabled input.studentselectsubmit {
display: none;
}
.path-mod-scheduler img.statictickbox {
padding-right: 5px;
}
.path-mod-scheduler .maildisplay {
width: 90%;
margin-left: auto;
margin-right: auto;
background: #eeeeee;
text-align: center;
}
.path-mod-scheduler div.schedulelist.halfsize {
width: 46%;
display: inline-table;
padding: 3px;
}
.path-mod-scheduler div.schedulelist.fullsize {
width: 96%;
display: block;
padding: 3px;
}
.path-mod-scheduler div.schedulelist div.singlebutton,
.path-mod-scheduler div.schedulelist div.singlebutton form {
display: inline;
}
.path-mod-scheduler div.actionmessage {
width: 50%;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
border: solid 2px;
padding: 5px;
display: block;
text-align: center;
font-weight: bold;
}
.path-mod-scheduler div.actionmessage.success {
background-color: #96FCA6;
border-color: #14FA34;
}
.path-mod-scheduler div.actionmessage.error {
background-color: ##FFB2B8;
border-color: #F40000;
}
.path-mod-scheduler div.totalgrade {
padding-bottom: 25px;
}
.path-mod-scheduler dl.totalgrade dl {
width: 100%;
}
.path-mod-scheduler dl.totalgrade dt {
float:left;
clear:left;
width: 30%;
}
.path-mod-scheduler dl.totalgrade dd {
float:left;
width: 60%;
}
.path-mod-scheduler div.dropdownmenu {
display: inline-block;
padding-right: 1em;
}
.path-mod-scheduler div.dropdownmenu select {
vertical-align: middle;
}
// Format data fields in vertical rather than horizontal list.
.path-mod-scheduler #id_datafieldhdr .fitem {
width: 30%;
margin-left: 10px;
}
.path-mod-scheduler #id_datafieldhdr fieldset.fgroup {
width: 100%;
text-align: left;
margin-left: 0;
}
.path-mod-scheduler #id_datafieldhdr .fitem {
float: left;
width: 30%;
clear: none;
}
.path-mod-scheduler #id_datafieldhdr .fitemtitle {
width: 100%;
font-weight: bold;
text-align: left;
height: 2.5em;
margin-left: 0;
}
.path-mod-scheduler #id_datafieldhdr fieldset.fgroup {
clear: left;
margin: 0 0 1em;
}
.path-mod-scheduler #id_datafieldhdr fieldset.fgroup > span {
float: left;
clear: left;
line-height: 1.7;
}
.path-mod-scheduler #id_datafieldhdr fieldset.fgroup span label {
margin-left: 0.4em;
}