Merge branch 'MDL-26435_rem_commented_out_code' of git://github.com/andyjdavis/moodle
[moodle.git] / mod / choice / styles.css
blobed2c5aaa46e8e398cab301b7c917f53eda9c2e7b
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; 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.names .header{width:10%; white-space: normal;}
27 .path-mod-choice .results.names .cell{vertical-align: top; text-align: left;}
28 .path-mod-choice .results.names .user,
29 .path-mod-choice #yourselection {padding: 5px;}
30 .path-mod-choice .results.names .user .attemptaction,
31 .path-mod-choice .results.names .user .image,
32 .path-mod-choice .results.names .user .fullname{float:left;}
33 .path-mod-choice .results.names .user .fullname{padding-left: 5px;}
34 .path-mod-choice .results .data.header {width: 10%;}
35 .path-mod-choice .responseaction {text-align: center;}
36 .path-mod-choice .results .option {white-space: normal;}
37 .path-mod-choice .response {overflow: auto;}
38 .path-mod-choice .results .option,
39 .path-mod-choice .results .numberofuser,
40 .path-mod-choice .results .percentage {font-weight: bold; font-size: 108%;}
42 #page-mod-choice-report .downloadreport ul li {list-style:none;padding: 0 20px; display: inline;float: left; }
43 .path-mod-choice .clearfloat {float:none; clear:both;}
45 /**
46 * Override for RTL layout
48 .path-mod-choice.dir-rtl .horizontal .choices .option {padding-right:0px; padding-left: 20px; float:right;}
49 .path-mod-choice.dir-rtl .results.anonymous .graph.horizontal {text-align: right;}
50 .path-mod-choice.dir-rtl .results.anonymous { text-align: center; }
51 .path-mod-choice.dir-rtl .results.names .cell{text-align: right;}
52 .path-mod-choice.dir-rtl .results.names .user .attemptaction,
53 .path-mod-choice.dir-rtl .results.names .user .image,
54 .path-mod-choice.dir-rtl .results.names .user .fullname,
55 .path-mod-choice.dir-rtl .results.names .user .fullname{padding-left: 0px; padding-right: 5px;}
56 .path-mod-choice.dir-rtl .downloadreport {margin-left:0;margin-right: 25%;}
58 #page-mod-choice-report.dir-rtl .downloadreport ul li{float:right;}
59 #page-mod-choice-view.dir-rtl .reportlink {text-align: left;}