Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.que.multichoice .answer div.r0,
2
.que.multichoice .answer div.r1 {
3
    display: flex;
4
    margin: 0.25rem 0;
5
    align-items: flex-start;
6
}
7
 
8
.que.multichoice .answer div.r0 input,
9
.que.multichoice .answer div.r1 input {
10
    margin: 0.3rem 0.5rem;
11
    width: 14px;
12
    flex-shrink: 0;
13
}
14
 
15
.que.multichoice .answer .answernumber {
16
    min-width: 1.5em;
17
}
18
 
19
.que.multichoice .answer .specificfeedback {
20
    display: inline;
21
    padding: 0 0.7em;
22
    background: #fff3bf;
23
}
24
 
25
/* Editing form. */
26
body#page-question-type-multichoice div[id^=fitem_id_][id*=answer_] {
27
    background: #eee;
28
    margin-top: 0;
29
    margin-bottom: 0;
30
    padding-bottom: 5px;
31
    padding-top: 5px;
32
    border: 1px solid #bbb;
33
    border-bottom: 0;
34
}
35
 
36
body#page-question-type-multichoice div[id^=fitem_id_][id*=answer_] .fitemtitle {
37
    font-weight: bold;
38
}
39
 
40
body#page-question-type-multichoice div[id^=fitem_id_] .fitemtitle {
41
    margin-left: 0;
42
    margin-right: 0;
43
    padding-left: 6px;
44
    padding-right: 0;
45
}
46
 
47
body#page-question-type-multichoice div[id^=fitem_id_][id*=fraction_] {
48
    background: #eee;
49
    margin-bottom: 0;
50
    margin-top: 0;
51
    padding-bottom: 5px;
52
    padding-top: 5px;
53
    border: 1px solid #bbb;
54
    border-top: 0;
55
    border-bottom: 0;
56
}
57
 
58
body#page-question-type-multichoice div[id^=fitem_id_][id*=feedback_] {
59
    background: #eee;
60
    margin-bottom: 2em;
61
    margin-top: 0;
62
    padding-bottom: 5px;
63
    padding-top: 5px;
64
    border: 1px solid #bbb;
65
    border-top: 0;
66
}