MDL-56209 mod_quiz: Override styles inherited from course format

Why is that even using the same classes?!
This commit is contained in:
Frédéric Massart 2016-09-30 10:22:52 +02:00
parent ddd8dc0d1b
commit 6261200f98

View file

@ -420,6 +420,17 @@ body.path-question-type .fitem_fgroup .accesshide {
// imported from quiz.css
#page-mod-quiz-edit ul.slots .activityinstance {
> a {
display: inline;
text-indent: 0;
padding-left: 0;
}
img.activityicon {
margin-left: 0;
}
}
#page-mod-quiz-edit .box.generalbox.questionbank {
padding: 0.5em;
}