-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css~
42 lines (33 loc) · 976 Bytes
/
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
.block_course_daterollover .mform fieldset > div {
margin: .1em 0em;
}
.block_course_daterollover .mform .fitem .fitemtitle {
text-align: left;
width: 55%;
}
.block_course_daterollover .mform .label {
float: left;
margin:0 0 0 0;
display :block;
text-align:left;
}
.block_course_daterollover .mform .fitem.required .felement,
.block_course_daterollover .mform .fitem .felement.fsubmit,
.block_course_daterollover .mform .fitem.required .fitemtitle {
text-align: left;
width: 100%;
margin-left: 0px;
}
.block_course_daterollover .fdescription.required {
display: none;
}
.block_assignment_daterollover .mform .fitem.static .felement
.block_assignment_daterollover .mform .fitem.static .fitemtitle{
text-align: left;
}
.block_course_daterollover fieldset > select + label + select {
width: 4em;
}
.block_course_daterollover fieldset > select + label + select + label + select {
width: auto;
}