MDL-58552 quiz: keep quiz css in quiz

The selectors introduced by MDL-48771 need to be qualified to prevent them
breaking random pages (like the course page).
This commit is contained in:
Damyon Wiese 2017-04-10 13:51:02 +08:00
parent bd99cb9021
commit f3432e038e

View file

@ -1130,13 +1130,13 @@ table#categoryquestions {
/* Bulk edit actions */
.selectmultiplecommandbuttons {
#page-mod-quiz-edit .selectmultiplecommandbuttons {
margin: 0.6em 0.4em;
}
.btn-group.selectmultiplecommand,
.btn-group.selectmultiplecommandbuttons,
.select-multiple-checkbox {
#page-mod-quiz-edit .btn-group.selectmultiplecommand,
#page-mod-quiz-edit .btn-group.selectmultiplecommandbuttons,
#page-mod-quiz-edit .select-multiple-checkbox {
display: none;
}
@ -1199,8 +1199,8 @@ table#categoryquestions {
padding-left: 3px;
}
.section .summary .iconsmall,
.section .activity .iconsmall {
#page-mod-quiz-edit .section .summary .iconsmall,
#page-mod-quiz-edit .section .activity .iconsmall {
float: left;
}