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

This commit is contained in:
Andrew Nicols
2015-08-19 04:48:12 +02:00
committed by Eloy Lafuente (stronk7)
parent 4b1dd6e471
commit 116ae934c2
2 changed files with 6 additions and 1 deletions
@@ -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