MDL-47930 mod_forum: Display all forum statuses correctly
[moodle.git] / mod / choice / styles.css
blob7c3ba479f603fbce8e83ab7c9a57f028b1f44423
1 .path-mod-choice .results {border-collapse: separate;}
2 .path-mod-choice .results .data {vertical-align:top;white-space: nowrap;}
3 .path-mod-choice .button {text-align:center;}
4 .path-mod-choice .attemptcell {width:5px;white-space: nowrap;}
5 .path-mod-choice .anonymous,
6 .path-mod-choice .names {margin-left:auto;margin-right:auto; width:80%;}
7 .path-mod-choice .downloadreport {border-width:0;margin-left:10%;}
8 .path-mod-choice .choiceresponse {width:100%;}
9 .path-mod-choice .choiceresponse .picture {width:10px;white-space: nowrap;}
10 .path-mod-choice .choiceresponse .fullname {width:100%;white-space: nowrap;}
12 .path-mod-choice .responseheader {width: 100%; text-align: center; margin-top: 10px;}
13 .path-mod-choice .choices .option label {vertical-align: top;}
14 .path-mod-choice .choices .option input {vertical-align: middle;}
16 .path-mod-choice .horizontal,
17 .path-mod-choice .vertical {margin-left: 10%;margin-right: 10%;}
18 .path-mod-choice .horizontal .choices .option {padding-right: 20px; display: inline-block; white-space: normal;}
19 .path-mod-choice .horizontal .choices .button {margin-top: 10px;}
20 .path-mod-choice ul.choices li {list-style:none;}
21 .path-mod-choice .results { text-align: center;}
22 .path-mod-choice .results.anonymous .graph.horizontal {vertical-align: middle;text-align: left;width:70%;}
24 .path-mod-choice .results.anonymous .graph.vertical,
25 .path-mod-choice .cell {vertical-align: bottom; text-align: center; }
26 .path-mod-choice .results.anonymous th.header {border: 1px solid inherit;}
28 .path-mod-choice .results.names .header{width:10%; white-space: normal;}
29 .path-mod-choice .results.names .cell{vertical-align: top; text-align: left;}
30 .path-mod-choice .results.names .user,
31 .path-mod-choice #yourselection {padding: 5px;}
32 .path-mod-choice .results.names .user .attemptaction,
33 .path-mod-choice .results.names .user .image,
34 .path-mod-choice .results.names .user .fullname{float:left;}
35 .path-mod-choice .results.names .user .fullname{padding-left: 5px;}
36 .path-mod-choice .results .data.header {width: 10%;}
37 .path-mod-choice .responseaction {text-align: center;}
38 .path-mod-choice .results .option {white-space: normal;}
39 .path-mod-choice .response {overflow: auto;}
40 .path-mod-choice .results .option,
41 .path-mod-choice .results .numberofuser,
42 .path-mod-choice .results .percentage {font-weight: bold; font-size: 108%;}
44 #page-mod-choice-report .downloadreport ul li {list-style:none;padding: 0 20px; display: inline;float: left; }
45 .path-mod-choice .clearfloat {float:none; clear:both;}
47 /**
48 * Override for RTL layout
50 .path-mod-choice.dir-rtl .horizontal .choices .option {padding-right:0px; padding-left: 20px; float:right;}
51 .path-mod-choice.dir-rtl .results.anonymous .graph.horizontal {text-align: right;}
52 .path-mod-choice.dir-rtl .results.anonymous { text-align: center; }
53 .path-mod-choice.dir-rtl .results.names .cell{text-align: right;}
54 .path-mod-choice.dir-rtl .results.names .user .attemptaction,
55 .path-mod-choice.dir-rtl .results.names .user .image,
56 .path-mod-choice.dir-rtl .results.names .user .fullname,
57 .path-mod-choice.dir-rtl .results.names .user .fullname{padding-left: 0px; padding-right: 5px;}
58 .path-mod-choice.dir-rtl .downloadreport {margin-left:0;margin-right: 25%;}
60 #page-mod-choice-report.dir-rtl .downloadreport ul li{float:right;}
61 #page-mod-choice-view.dir-rtl .reportlink {text-align: left;}