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:
Tim Hunt
2012-08-29 17:47:48 +01:00
parent d71c486507
commit 89269fc2c8
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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;}
+3
View File
@@ -10,3 +10,6 @@
.que.multichoice .answer div.r1 {
padding: 0.3em;
}
.que.multichoice .feedback .rightanswer * {
display: inline;
}