Merge branch 'MDL-50911-moodle29' of git://github.com/StudiUM/moodle into MOODLE_29_STABLE
This commit is contained in:
+14
-1
@@ -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,16 @@ table#categoryquestions {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
}
|
||||
|
||||
/* Ajustments for mobile devices */
|
||||
@media only screen and (max-width:500px) {
|
||||
#page-mod-quiz-edit .rpcontainerclass {
|
||||
margin-top: 3em;
|
||||
}
|
||||
#page-mod-quiz-edit .maxgrade {
|
||||
margin-top: 0.1em;
|
||||
}
|
||||
#page-mod-quiz-edit .statusbar {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user