forked from deepali08/moodle-local_mulitple_enrollments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
97 lines (80 loc) · 1.75 KB
/
Copy pathstyles.css
File metadata and controls
97 lines (80 loc) · 1.75 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
.path-local-multiple_enrollments #assignform select,
input {
font: normal 12px Arial;
padding: 3px;
}
.path-local-multiple_enrollments #assignform div {
font: bold 12px Arial;
padding: 1px;
}
.path-local-multiple_enrollments #assignform div.label {
font: normal 12px Arial;
padding: 1px;
}
.path-local-multiple_enrollments .success_msg {
float: center;
width: 100%;
text-align: center;
color: #19722C;
}
.path-local-multiple_enrollments .label_div {
float: left;
width: 20%;
}
.path-local-multiple_enrollments.dir-rtl .label_div {
float: right;
}
.path-local-multiple_enrollments .control_div {
float: left;
width: 79%;
}
.path-local-multiple_enrollments.dir-rtl .control_div {
float: right;
}
.path-local-multiple_enrollments .enrol_option_div {
clear: both;
padding-top: 20px;
border: 0px solid red;
}
.path-local-multiple_enrollments .loading {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18;
color: #FF0000;
padding-bottom: 5px;
}
.path-local-multiple_enrollments #displaytype {
margin-top: 5px;
width: 100%;
float: left;
padding-bottom: 5px;
}
.path-local-multiple_enrollments .option_label {
float: left;
font-weight: normal;
margin-right: 10px;
}
.path-local-multiple_enrollments .coursesection {
float: left;
width: 40%;
}
.path-local-multiple_enrollments .usersection {
float: left;
width: 39%;
}
.path-local-multiple_enrollments .assignedcourse {
float: left;
width: 48%;
}
.path-local-multiple_enrollments .potentialcourse {
float: left;
width: 48%;
}
.path-local-multiple_enrollments .separator {
clear: both;
height: 15px;
}
.path-local-multiple_enrollments .fulldiv {
clear: both;
width: 100%
}