MDL-42634 theme: Increase margin on sectionname to not cover controls

This commit is contained in:
Andrew Nicols 2015-08-19 10:00:13 +08:00 committed by Eloy Lafuente (stronk7)
parent edd94e24b0
commit 933183e52a
2 changed files with 6 additions and 1 deletions

View File

@ -322,6 +322,11 @@
.activity .activityinstance {
opacity: .5;
}
.sectionname {
margin-left: 10px;
margin-right: 10px;
}
}
.course-content ul.topics li.section .content,
.course-content ul.weeks li.section .content {

File diff suppressed because one or more lines are too long