mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-57059 theme_boost: add rule to fix slot number misalignment
This commit is contained in:
parent
0fbe41f4cd
commit
bea19e0dec
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user