1 |
efrain |
1 |
.que.calculatedsimple .answer {
|
|
|
2 |
padding: 0.3em;
|
|
|
3 |
display: inline;
|
|
|
4 |
}
|
|
|
5 |
|
|
|
6 |
.que.calculatedsimple .answer input[type="text"] {
|
|
|
7 |
width: 30%;
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
/* Editing form. */
|
|
|
11 |
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] {
|
|
|
12 |
background: #eee;
|
|
|
13 |
margin-top: 0;
|
|
|
14 |
margin-bottom: 0;
|
|
|
15 |
padding-bottom: 5px;
|
|
|
16 |
padding-top: 5px;
|
|
|
17 |
border: 1px solid #bbb;
|
|
|
18 |
border-bottom: 0;
|
|
|
19 |
}
|
|
|
20 |
|
|
|
21 |
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label {
|
|
|
22 |
font-weight: bold;
|
|
|
23 |
}
|
|
|
24 |
|
|
|
25 |
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'],
|
|
|
26 |
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answertolerance_] label[for^='id_tolerance_'],
|
|
|
27 |
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answerdisplay_] label[for^='id_correctanswerlength_'] {
|
|
|
28 |
position: absolute;
|
|
|
29 |
left: -10000px;
|
|
|
30 |
font-weight: normal;
|
|
|
31 |
font-size: 1em;
|
|
|
32 |
}
|
|
|
33 |
|
|
|
34 |
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answertolerance_],
|
|
|
35 |
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answerdisplay_] {
|
|
|
36 |
background: #eee;
|
|
|
37 |
margin-bottom: 0;
|
|
|
38 |
margin-top: 0;
|
|
|
39 |
padding-bottom: 5px;
|
|
|
40 |
padding-top: 5px;
|
|
|
41 |
border: 1px solid #bbb;
|
|
|
42 |
border-top: 0;
|
|
|
43 |
border-bottom: 0;
|
|
|
44 |
}
|
|
|
45 |
|
|
|
46 |
body#page-question-type-calculatedsimple div[id^=fitem_id_][id*=feedback_] {
|
|
|
47 |
background: #eee;
|
|
|
48 |
margin-bottom: 2em;
|
|
|
49 |
margin-top: 0;
|
|
|
50 |
padding-bottom: 5px;
|
|
|
51 |
padding-top: 5px;
|
|
|
52 |
border: 1px solid #bbb;
|
|
|
53 |
border-top: 0;
|
|
|
54 |
}
|