forked from jmvedrine/moodle-qtype_algebra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
59 lines (54 loc) · 1.33 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
.que.algebra .answer {
padding: 0.3em;
display: inline;
}
.que.algebra .answer input {
width: 80%;
}
.que.algebra .displayformula {
display: block;
min-width: 300px;
min-height: 70px;
background: #fff;
padding: 0.5em;
margin-top: 1em;
box-shadow: 0.5em 0.5em 1em #000;
}
/* Editing form. */
body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] {
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-algebra div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label {
font-weight: bold;
}
body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
position: absolute;
left: -10000px;
font-weight: normal;
font-size: 1em;
}
body#page-question-type-algebra div[id^=fitem_id_][id*=fraction_] {
background: #eee;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid #bbb;
border-top: 0;
border-bottom: 0;
}
body#page-question-type-algebra div[id^=fitem_id_][id*=feedback_] {
background: #eee;
margin-bottom: 2em;
margin-top: 0;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid #bbb;
border-top: 0;
}