mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-56209 mod_quiz: Override styles inherited from course format
Why is that even using the same classes?!
This commit is contained in:
parent
ddd8dc0d1b
commit
6261200f98
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue