-
Notifications
You must be signed in to change notification settings - Fork 15
/
styles.css
87 lines (69 loc) · 1.47 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
.block_course_overview .coursechildren {
font-weight: normal;
font-style: italic;
}
.block_course_overview .categorypath {
text-align: right;
}
.block_course_overview .content {
margin: 0 20px;
}
.block_course_overview .content .notice {
margin: 5px 0;
}
.block_course_overview .coursebox {
padding: 15px;
width: auto;
}
.block_course_overview .profilepicture {
float: left;
}
.block_course_overview .welcome_area {
width: 100%;
padding-bottom: 5px;
}
.block_course_overview .welcome_message {
float: left;
padding: 10px;
border-collapse: separate;
clear: none;
}
.block_course_overview .content h2.title {
float: left;
margin: 0 0 .5em 0;
position: relative;
}
.block_course_overview .course_title {
position: relative;
}
.editing .block_course_overview .coursebox .cursor {
cursor: move;
margin-bottom: 2px;
}
.editing .block_course_overview .move {
float: left;
padding: 2px 10px 0 0;
}
.block_course_overview .course_list {
width: 100%;
}
.block_course_overview div.flush {
clear: both;
}
.block_course_overview .activity_info {
clear: both;
}
.block_course_overview .activity_overview {
padding: 2px;
}
.block_course_overview .activity_overview img.iconlarge {
vertical-align: text-bottom;
margin-right: 6px;
}
.block_course_overview .singleselect {
text-align: left;
margin: 0;
}
.block_course_overview .content .course_list .movehere {
margin-bottom: 15px;
}