Skip to content

Commit

Permalink
Merge branch 'MDL-35343_23' of git://github.com/timhunt/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_23_STABLE
  • Loading branch information
stronk7 committed Sep 10, 2012
2 parents 6c99095 + 817fcbb commit f585858
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions question/type/calculatedmulti/styles.css
Expand Up @@ -7,6 +7,9 @@
display: inline;
background: #FFF3BF;
}
.que.calculatedmulti .answer .specificfeedback script {
display: none;
}
.que.calculatedmulti .answer div.r0,
.que.calculatedmulti .answer div.r1 {
padding: 0.3em;
Expand Down
3 changes: 3 additions & 0 deletions question/type/match/styles.css
@@ -1,3 +1,6 @@
.que.match .feedback .rightanswer * {
display: inline;
}
.que.match .feedback .rightanswer script {
display: none;
}
3 changes: 3 additions & 0 deletions question/type/multianswer/styles.css
Expand Up @@ -14,6 +14,9 @@
display: inline;
background: #FFF3BF;
}
.que.multianswer .answer .specificfeedback script {
display: none;
}
.que.multianswer .answer div.r0,
.que.multianswer .answer div.r1 {
padding: 0.3em;
Expand Down
3 changes: 3 additions & 0 deletions question/type/multichoice/styles.css
Expand Up @@ -6,6 +6,9 @@
display: inline;
background: #FFF3BF;
}
.que.multichoice .answer .specificfeedback script {
display: none;
}
.que.multichoice .answer div.r0,
.que.multichoice .answer div.r1 {
padding: 0.3em;
Expand Down

0 comments on commit f585858

Please sign in to comment.