MDL-33306 qtype multichoice: fix display of right answer.
Also, fix higlighing of last edited question in the qeustion bank, when it co-incides with a grey row.
This commit is contained in:
@@ -178,6 +178,7 @@ table.quizreviewsummary td.cell {padding: 1px 1em 1px 0.5em;text-align: left;bac
|
||||
#page-mod-quiz-edit h2.main{display:inline;padding-right:1em;clear:left;}
|
||||
|
||||
#categoryquestions .r1 {background: #e4e4e4;}
|
||||
#categoryquestions .r1.highlight {background-color:#AAFFAA;}
|
||||
#categoryquestions .header {text-align: center;padding: 0 2px;border: 0 none;}
|
||||
#categoryquestions th.modifiername .sorters,
|
||||
#categoryquestions th.creatorname .sorters {font-weight: normal;font-size: 0.8em;}
|
||||
|
||||
@@ -10,3 +10,6 @@
|
||||
.que.multichoice .answer div.r1 {
|
||||
padding: 0.3em;
|
||||
}
|
||||
.que.multichoice .feedback .rightanswer * {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user