mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-50911 Quiz: edit settings page not responsive
This commit is contained in:
parent
57739a72cb
commit
acf543c413
@ -536,7 +536,7 @@ table.quizreviewsummary td.cell {
|
||||
#page-mod-quiz-edit .totalpoints {
|
||||
display: block;
|
||||
float: right;
|
||||
margin: -2.5em 0 0;
|
||||
margin: -2.85em 0 0;
|
||||
padding: .2em;
|
||||
}
|
||||
#page-mod-quiz-edit.dir-rtl .maxgrade,
|
||||
@ -1049,3 +1049,15 @@ table#categoryquestions {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
}
|
||||
/* Ajustments for mobile devices */
|
||||
@media only screen and (max-width:565px) {
|
||||
#page-mod-quiz-edit .rpcontainerclass {
|
||||
margin-top: 3em;
|
||||
}
|
||||
#page-mod-quiz-edit .maxgrade {
|
||||
margin-top: 0.1em;
|
||||
}
|
||||
#page-mod-quiz-edit .statusbar {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user