MDL-50911 Quiz: edit settings page not responsive

This commit is contained in:
Alain Benoit 2015-07-22 13:41:51 -04:00 committed by Gilles-Philippe Leblanc
parent 57739a72cb
commit acf543c413

View File

@ -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;
}
}