Merge branch 'MDL-50911_master' of git://github.com/StudiUM/moodle

This commit is contained in:
David Monllao 2015-08-17 11:58:28 +08:00
commit 889a0c840a

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