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:
+6
-6
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user