mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-77375 core: Cleanup redundant set_constraint() calls
Also removed the 10rem bottom margin form the quiz editing page. It was there to make sure that there is enough room for the 'add new question' dropdown. But it's not needed anymore (hasn't been since long time ago).
This commit is contained in:
parent
848efb3f13
commit
316d79d038
8 changed files with 0 additions and 29 deletions
|
@ -1203,11 +1203,6 @@ img.userpicture {
|
|||
}
|
||||
|
||||
// Quiz module
|
||||
.path-mod-quiz .mod-quiz-edit-content {
|
||||
// Force the quiz edit page to always be large enough to prevent scrolling when accessing the menu.
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-3,
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-9 {
|
||||
width: auto;
|
||||
|
|
|
@ -33771,10 +33771,6 @@ img.userpicture {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
.path-mod-quiz .mod-quiz-edit-content {
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-3,
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-9 {
|
||||
width: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue