MDL-85363 quiz: style the question number inplace editable nicely.

This commit is contained in:
Luca Bösch
2025-05-09 08:13:07 +02:00
parent 6999197243
commit bbcc5462af
+4 -6
View File
@@ -540,10 +540,6 @@ table.quizreviewsummary td.cell {
#page-mod-quiz-edit .slotnumber {
text-align: center;
margin: 0.1em 0.5em;
min-width: 2em;
display: inline-block;
}
#page-mod-quiz-edit li.section .slotnumber.unshuffled {
display: inline-block;
}
#page-mod-quiz-edit li.section .slotnumber.shuffled {
@@ -556,6 +552,10 @@ table.quizreviewsummary td.cell {
display: inline-block;
}
#page-mod-quiz-edit .slotnumber .inplaceeditable {
white-space: nowrap;
}
#page-mod-quiz-edit .section-heading {
margin-left: 20px;
margin-bottom: 0;
@@ -774,8 +774,6 @@ table.quizreviewsummary td.cell {
overflow-x: hidden;
overflow-y: hidden;
text-overflow: ellipsis;
display: inline-block;
height: 20px;
}
#page-mod-quiz-edit ul.slots .activityinstance span.instancename img {