MDL-52342 theme: Improve display of activity chooser

This commit is contained in:
Andrew Nicols
2016-02-17 15:20:10 +08:00
parent ef126dbaff
commit e4ccccc799
2 changed files with 10 additions and 4 deletions
+9 -3
View File
@@ -321,13 +321,19 @@
.content > div, /* All the divs but the activities which are in a UL. */
.activity .activityinstance {
opacity: .5;
}
.sectionname,
.activity .activityinstance {
margin-left: 10px;
margin-right: 10px;
}
.content > div.visibleifjs {
&.addresourcemodchooser,
&.addresourcedropdown {
/* The add functionality should not be marginned */
margin-left: 0;
margin-right: 0;
}
}
}
.course-content ul.topics li.section .content,
.course-content ul.weeks li.section .content {
margin-right: 20px;
File diff suppressed because one or more lines are too long