Skip to content

Commit

Permalink
Merge branch 'MDL-39420' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Jul 9, 2013
2 parents 57cf73a + dad5f63 commit c6df1f5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion question/type/multichoice/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@
}
.que.multichoice .answer div.r0,
.que.multichoice .answer div.r1 {
padding: 0.3em;
padding: 0.3em 0 0.3em 25px;
text-indent: -25px;
}
.que.multichoice .answer div.r0 input,
.que.multichoice .answer div.r1 input {
margin: 0 5px;
padding: 0;
width: 15px;
}
.dir-rtl .que.multichoice .answer div.r0,
.dir-rtl .que.multichoice .answer div.r1 {
padding: 0.3em 25px 0.3em 0;
}

/* Editing form. */
Expand Down

0 comments on commit c6df1f5

Please sign in to comment.