forked from Anastasiya-Potseluico/evol-git
-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
76 lines (69 loc) · 1.73 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
67
68
69
70
71
72
73
74
75
76
/*.que.shortanswer .answer {
padding: 0.3em;
width: auto;
display: inline;
}
.que.shortanswer .answer input {
width: 80%;
}*/
/* Editing form. */
body#page-question-type-correctwriting div[id^=fitem_id_][id*=answer_] .fitemtitle label{
font-weight: bold;
}
body#page-question-type-correctwriting div[id^=fitem_id_][id*=answer_] {
background: #EEE;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid #BBB;
border-bottom: 0;
}
body#page-question-type-correctwriting 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-correctwriting div[id^=fitem_id_][id*=lexemedescriptions_] {
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-correctwriting 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;
}
/*body#page-question-type-correctwriting div .fitem {
background: #EEE;
margin-bottom: 2em;
margin-top: 0;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid #BBB;
border-top: 0;
border-bottom: 0;
}*/
body#page-question-type-correctwriting div[id^=fitem_id_fraction_] + .fitem {
background: #EEE;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
margin-top: 0;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 1px;
}