Commit | Line | Data |
---|---|---|
90723839 SH |
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, | |
315d4971 RW |
6 | .path-mod-choice .names {margin-left:auto;margin-right:auto; width:80%;} |
7 | .path-mod-choice .downloadreport {border-width:0;margin-left:10%;} | |
90723839 SH |
8 | .path-mod-choice .choiceresponse {width:100%;} |
9 | .path-mod-choice .choiceresponse .picture {width:10px;white-space: nowrap;} | |
315d4971 RW |
10 | .path-mod-choice .choiceresponse .fullname {width:100%;white-space: nowrap;} |
11 | ||
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;} | |
15 | ||
16 | .path-mod-choice .horizontal, | |
17 | .path-mod-choice .vertical {margin-left: 10%;margin-right: 10%;} | |
fe96447b | 18 | .path-mod-choice .horizontal .choices .option {padding-right: 20px; display: inline-block; white-space: normal;} |
315d4971 RW |
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;} | |
adafec72 | 22 | .path-mod-choice .results.anonymous .graph.horizontal {vertical-align: middle;text-align: left;width:70%;} |
315d4971 RW |
23 | |
24 | .path-mod-choice .results.anonymous .graph.vertical, | |
25 | .path-mod-choice .cell {vertical-align: bottom; text-align: center; } | |
0ed9c745 RW |
26 | .path-mod-choice .results.anonymous th.header {border: 1px solid inherit;} |
27 | ||
315d4971 RW |
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;} | |
adafec72 | 36 | .path-mod-choice .results .data.header {width: 10%;} |
315d4971 | 37 | .path-mod-choice .responseaction {text-align: center;} |
aad62468 RW |
38 | .path-mod-choice .results .option {white-space: normal;} |
39 | .path-mod-choice .response {overflow: auto;} | |
c3853702 SH |
40 | .path-mod-choice .results .option, |
41 | .path-mod-choice .results .numberofuser, | |
42 | .path-mod-choice .results .percentage {font-weight: bold; font-size: 108%;} | |
315d4971 RW |
43 | |
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;} | |
46 | ||
034ef761 PS |
47 | /** |
48 | * Override for RTL layout | |
315d4971 RW |
49 | */ |
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%;} | |
59 | ||
60 | #page-mod-choice-report.dir-rtl .downloadreport ul li{float:right;} | |
61 | #page-mod-choice-view.dir-rtl .reportlink {text-align: left;} |