~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to question/type/multichoice/styles.css

  • Committer: Package Import Robot
  • Author(s): Tomasz Muras
  • Date: 2012-11-15 21:50:13 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121115215013-hmzkwz3v5hvm2a0a
Tags: 2.2.6.dfsg-1
New upstream version: 2.2.6 (Build: 20121112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    display: inline;
7
7
    background: #FFF3BF;
8
8
}
 
9
.que.multichoice .answer .specificfeedback script {
 
10
    display: none;
 
11
}
9
12
.que.multichoice .answer div.r0,
10
13
.que.multichoice .answer div.r1 {
11
14
    padding: 0.3em;
12
15
}
 
16
.que.multichoice .feedback .rightanswer * {
 
17
    display: inline;
 
18
}