-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
executable file
·47 lines (39 loc) · 983 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
43
44
45
46
47
.course-content ul.topics2 .tablink_not_yet {
margin-right: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
border-width: thin;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-color: lightgrey;
border-style: solid;
cursor: pointer;
}
.course-content ul.topics2 .tablink.active {
background-color: #eee;
}
.course-content ul.topics2 li.section .sectionname {
padding-top: 10px;
}
.course-content ul.topics2 li.section.ontop {
border-bottom: 0;
}
.course-content ul.topics2 li.section .fa-info {
padding-left: 5px;
}
.course-content ul.topics2 li.section .edit_only {
background-color: #fafafa;
}
.course-content ul.topics2 li.section .tabs {
padding-left: 30px;
}
.course-content ul.topics2 li.section .toggler {
color: grey;
}
.course-content ul.topics2 li.section .dropdown-menu {
height: auto;
max-height: 500px;
overflow-x: hidden;
}