Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.que.shortanswer .answer {
2
    padding: 0.3em;
3
    display: inline;
4
}
5
 
6
.que.shortanswer .answer input {
7
    width: 80%;
8
}
9
 
10
/* Editing form. */
11
body#page-question-type-shortanswer 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-shortanswer div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label {
22
    font-weight: bold;
23
}
24
 
25
body#page-question-type-shortanswer div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
26
    position: absolute;
27
    left: -10000px;
28
    font-weight: normal;
29
    font-size: 1em;
30
}
31
 
32
body#page-question-type-shortanswer div[id^=fitem_id_][id*=fraction_] {
33
    background: #eee;
34
    margin-bottom: 0;
35
    margin-top: 0;
36
    padding-bottom: 5px;
37
    padding-top: 5px;
38
    border: 1px solid #bbb;
39
    border-top: 0;
40
    border-bottom: 0;
41
}
42
 
43
body#page-question-type-shortanswer div[id^=fitem_id_][id*=feedback_] {
44
    background: #eee;
45
    margin-bottom: 2em;
46
    margin-top: 0;
47
    padding-bottom: 5px;
48
    padding-top: 5px;
49
    border: 1px solid #bbb;
50
    border-top: 0;
51
}