forked from moodleou/moodle-qtype_oumultiresponse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
66 lines (60 loc) · 1.67 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.que.oumultiresponse .answer div.r0,
.que.oumultiresponse .answer div.r1 {
display: flex;
margin: 0.25rem 0;
align-items: flex-start;
}
.que.oumultiresponse .answer div.r0 input,
.que.oumultiresponse .answer div.r1 input {
margin: 0.3rem 0.5rem;
width: 14px;
}
.que.oumultiresponse .answer .answernumber {
min-width: 1.5em;
}
.que.oumultiresponse .answer .specificfeedback {
display: inline;
padding: 0 0.7em;
background: #fff3bf;
}
/* Editing form. */
/* Top */
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=answer_],
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=hint_] {
background: #eee;
margin-top: 0;
margin-bottom: 0;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid #bbb;
border-bottom: 0;
}
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=_answer_] .fitemtitle,
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=hint_] .fitemtitle {
font-weight: bold;
}
/* Middle */
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=correctanswer_] {
background: #eee;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid #bbb;
border-top: 0;
border-bottom: 0;
}
/* Bottom */
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=feedback_],
body#page-question-type-oumultiresponse div[id^=fgroup_id_][id*=hintoptions_] {
background: #eee;
margin-bottom: 2em;
margin-top: 0;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid #bbb;
border-top: 0;
}
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=penalty] {
margin-bottom: 2em;
}