on-demand release 3.7dev+
[moodle.git] / mod / survey / styles.css
blobb012018f67e8284e0dac4249c22041784a82de42
1 .path-mod-survey .smalltext {
2 font-size: 0.75em;
5 .path-mod-survey .surveytable .rblock label {
6 display: block;
9 .path-mod-survey .surveytable .foundthat,
10 .path-mod-survey .surveytable .preferthat {
11 white-space: nowrap;
14 .path-mod-survey .surveytable .buttoncell {
15 width: 5%;
18 .path-mod-survey .surveytable .optioncell,
19 .path-mod-survey .surveytable .questioncell {
20 width: 50%;
21 vertical-align: top;
24 .path-mod-survey .surveytable .whitecell {
25 background-color: white;
28 .path-mod-survey #surveyform th {
29 font-weight: normal;
30 text-align: left;
33 .path-mod-survey #surveyform th.hresponse {
34 text-align: center;
35 width: 9%;
38 #page-mod-survey-report .fullnamecell {
39 width: 10%;
40 vertical-align: top;
41 white-space: nowrap;