mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-55736-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
0022812b71
@ -1,11 +1,6 @@
|
||||
.course-content ul.topics {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.course-content ul.topics li.section {
|
||||
list-style: none;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.course-content ul.topics li.section .content {
|
||||
|
@ -1,11 +1,6 @@
|
||||
.course-content ul.weeks {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.course-content ul.weeks li.section {
|
||||
list-style: none;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.course-content ul.weeks li.section .content {
|
||||
|
@ -210,7 +210,16 @@
|
||||
}
|
||||
|
||||
.course-content .current {
|
||||
@extend .tag-info;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.course-content .current::before {
|
||||
content: "";
|
||||
border-left: $brand-primary 2px solid;
|
||||
position: absolute;
|
||||
left: -15px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.course-content .section-summary {
|
||||
|
Loading…
x
Reference in New Issue
Block a user