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

This commit is contained in:
Andrew Nicols 2015-08-20 15:15:00 +08:00 committed by Rajesh Taneja
parent 9502083292
commit cf86d4f5bc
2 changed files with 3 additions and 6 deletions

View File

@ -321,11 +321,8 @@
.content > div, /* All the divs but the activities which are in a UL. */
.activity .activityinstance {
opacity: .5;
}
.sectionname {
margin-left: 10px;
margin-right: 10px;
margin-left: 10px;
margin-right: 10px;
}
}
.course-content ul.topics li.section .content,

File diff suppressed because one or more lines are too long