mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
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:
parent
bd99cb9021
commit
f3432e038e
1 changed files with 6 additions and 6 deletions
|
@ -1130,13 +1130,13 @@ table#categoryquestions {
|
||||||
|
|
||||||
/* Bulk edit actions */
|
/* Bulk edit actions */
|
||||||
|
|
||||||
.selectmultiplecommandbuttons {
|
#page-mod-quiz-edit .selectmultiplecommandbuttons {
|
||||||
margin: 0.6em 0.4em;
|
margin: 0.6em 0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group.selectmultiplecommand,
|
#page-mod-quiz-edit .btn-group.selectmultiplecommand,
|
||||||
.btn-group.selectmultiplecommandbuttons,
|
#page-mod-quiz-edit .btn-group.selectmultiplecommandbuttons,
|
||||||
.select-multiple-checkbox {
|
#page-mod-quiz-edit .select-multiple-checkbox {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1199,8 +1199,8 @@ table#categoryquestions {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section .summary .iconsmall,
|
#page-mod-quiz-edit .section .summary .iconsmall,
|
||||||
.section .activity .iconsmall {
|
#page-mod-quiz-edit .section .activity .iconsmall {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue