mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-77873 quiz: style the question number edit elements.
This commit is contained in:
parent
8dbb6183ff
commit
2c8b35dd23
@ -676,8 +676,8 @@ table.quizreviewsummary td.cell {
|
||||
|
||||
#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer {
|
||||
background: white;
|
||||
padding: 0.2em;
|
||||
margin: 0.4em;
|
||||
padding: 0.5em 0 0.5em 0.1em;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer .editicon {
|
||||
@ -1098,28 +1098,28 @@ table#categoryquestions {
|
||||
text-align: right;
|
||||
}
|
||||
#page-mod-quiz-edit .inplaceeditable .quickeditlink {
|
||||
color: #0f6cbf;
|
||||
color: var(--primary);
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
padding-left: 1px;
|
||||
margin: 0;
|
||||
}
|
||||
#page-mod-quiz-edit .qickeditlink .aalink {
|
||||
color: #0f6cbf;
|
||||
#page-mod-quiz-edit .quickeditlink .aalink {
|
||||
color: var(--primary);
|
||||
text-align: right;
|
||||
width: 10px;
|
||||
margin: 2px;
|
||||
}
|
||||
#page-mod-quiz-edit .qickedition {
|
||||
color: #0f6cbf;
|
||||
#page-mod-quiz-edit .quickedition {
|
||||
color: var(--primary);
|
||||
text-align: right;
|
||||
width: 10px;
|
||||
margin: 2px;
|
||||
}
|
||||
#page-mod-quiz-edit .qickedition .visibleifjs {
|
||||
#page-mod-quiz-edit .quickedition .visibleifjs {
|
||||
text-align: right;
|
||||
}
|
||||
#page-mod-quiz-edit .qickeditlink {
|
||||
#page-mod-quiz-edit .quickeditlink {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
@ -1337,8 +1337,8 @@ img.userpicture {
|
||||
}
|
||||
|
||||
#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer {
|
||||
padding: 0;
|
||||
margin: 0 0.4em;
|
||||
padding: 0.5em 0 0.5em 0.1em;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/* Countdown timer. */
|
||||
|
@ -33883,8 +33883,8 @@ img.userpicture {
|
||||
}
|
||||
|
||||
#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer {
|
||||
padding: 0;
|
||||
margin: 0 0.4em;
|
||||
padding: 0.5em 0 0.5em 0.1em;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/* Countdown timer. */
|
||||
|
@ -33883,8 +33883,8 @@ img.userpicture {
|
||||
}
|
||||
|
||||
#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer {
|
||||
padding: 0;
|
||||
margin: 0 0.4em;
|
||||
padding: 0.5em 0 0.5em 0.1em;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/* Countdown timer. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user