Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.path-mod-survey .smalltext {
2
    font-size: 0.75em;
3
}
4
 
5
.path-mod-survey .surveytable .rblock label {
6
    display: block;
7
}
8
 
9
.path-mod-survey .surveytable .foundthat,
10
.path-mod-survey .surveytable .preferthat {
11
    white-space: nowrap;
12
}
13
 
14
.path-mod-survey .surveytable .buttoncell {
15
    width: 5%;
16
}
17
 
18
.path-mod-survey .surveytable .optioncell,
19
.path-mod-survey .surveytable .questioncell {
20
    width: 50%;
21
    vertical-align: top;
22
}
23
 
24
.path-mod-survey .surveytable .whitecell {
25
    background-color: white;
26
}
27
 
28
.path-mod-survey #surveyform th {
29
    font-weight: normal;
30
    text-align: left;
31
}
32
 
33
.path-mod-survey #surveyform th.hresponse {
34
    text-align: center;
35
    width: 9%;
36
}
37
 
38
#page-mod-survey-report .fullnamecell {
39
    width: 10%;
40
    vertical-align: top;
41
    white-space: nowrap;
42
}