Merge branch 'MDL-50911-moodle28' of git://github.com/StudiUM/moodle into MOODLE_28_STABLE
This commit is contained in:
+14
-1
@@ -526,7 +526,7 @@ table.quizreviewsummary td.cell {
|
||||
#page-mod-quiz-edit .totalpoints {
|
||||
display: block;
|
||||
float: right;
|
||||
margin: -2.5em 1em 0em 1em;
|
||||
margin: -2.85em 0 0 0;
|
||||
padding: .2em;
|
||||
}
|
||||
#page-mod-quiz-edit .maxgrade label {
|
||||
@@ -931,3 +931,16 @@ table#categoryquestions {
|
||||
#page-mod-quiz-edit ul.slots li.section ul.section {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* 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