MDL-57059 theme_boost: add rule to fix slot number misalignment

This commit is contained in:
Simey Lameze 2016-11-22 16:37:35 +08:00
parent 0fbe41f4cd
commit bea19e0dec
2 changed files with 10 additions and 0 deletions

View File

@ -915,6 +915,12 @@ table.quizreviewsummary td.cell {
color: #555;
}
#page-mod-quiz-edit .section .activity .editing_move {
position: absolute;
left: 0;
top: 0;
}
#page-mod-quiz-edit ul.slots li.activity div.activityinstance .mod_quiz_random_qbank_link {
font-size: 0.8em;
}

View File

@ -568,6 +568,10 @@ body.path-question-type {
overflow: hidden;
}
#page-mod-quiz-edit ul.slots .activityinstance img.activityicon {
margin-top: 0;
}
.path-mod-quiz .statedetails {
display: block;
font-size: 0.9em;