Merge branch 'MDL-33306_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2012-09-04 00:31:23 +02:00
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -179,6 +179,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;
}