forked from ndunand/moodle-mod_choicegroup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
105 lines (91 loc) · 4.61 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.path-mod-choicegroup .results {border-collapse: separate;}
.path-mod-choicegroup .results .data {vertical-align:top;white-space: nowrap;}
.path-mod-choicegroup .button {text-align:center;}
.path-mod-choicegroup .attemptcell {width:5px;white-space: nowrap;}
.path-mod-choicegroup .anonymous,
.path-mod-choicegroup .names {margin-left:auto;margin-right:auto; width:80%;}
.path-mod-choicegroup div.downloadreport ul {list-style: none; margin-left: 1em;}
.path-mod-choicegroup .choicegroupresponse {width:100%;}
.path-mod-choicegroup .choicegroupresponse .picture {width:10px;white-space: nowrap;}
.path-mod-choicegroup .choicegroupresponse .fullname {width:100%;white-space: nowrap;}
.path-mod-choicegroup .responseheader {width: 100%; text-align: center; margin-top: 10px;}
.path-mod-choicegroup .choicegroups .option label {vertical-align: top;}
.path-mod-choicegroup .choicegroups .option input {vertical-align: middle;}
.path-mod-choicegroup .horizontal,
.path-mod-choicegroup .vertical {margin-left: 10%;margin-right: 10%;}
.path-mod-choicegroup .horizontal .choicegroups .option {padding-right:20px;display:inline; white-space: normal;}
.path-mod-choicegroup .horizontal .choicegroups .button {margin-top: 10px;}
.path-mod-choicegroup ul.choicegroups li {list-style:none;}
.path-mod-choicegroup .results { text-align: center;}
.path-mod-choicegroup .results.anonymous .graph.horizontal {vertical-align: middle;text-align: left;width:70%;}
.path-mod-choicegroup .results.anonymous .graph.vertical,
.path-mod-choicegroup .cell {vertical-align: bottom; text-align: center; }
.path-mod-choicegroup .results.names .header{width:10%; white-space: normal;}
.path-mod-choicegroup .results.names .cell{vertical-align: top; text-align: left;}
.path-mod-choicegroup .results.names .user,
.path-mod-choicegroup #yourselection {padding: 5px;}
.path-mod-choicegroup .results.names .user .attemptaction,
.path-mod-choicegroup .results.names .user .image,
.path-mod-choicegroup .results.names .user .fullname{float:left;}
.path-mod-choicegroup .results.names .user .fullname{padding-left: 5px;}
.path-mod-choicegroup .results .data.header {width: 10%;}
.path-mod-choicegroup .responseaction {text-align: center;}
.path-mod-choicegroup .results .option {white-space: normal;}
.path-mod-choicegroup .response {overflow: auto;}
.path-mod-choicegroup .results .option,
.path-mod-choicegroup .results .numberofuser,
.path-mod-choicegroup .results .percentage {font-weight: bold; font-size: 108%;}
#page-mod-choice-report .downloadreport ul li {list-style:none;padding: 0 20px; display: inline;float: left; }
.path-mod-choicegroup .clearfloat {float:none; clear:both;}
/**
* Override for RTL layout
*/
.path-mod-choicegroup.dir-rtl .horizontal .choicegroups .option {padding-right:0px; padding-left: 20px; float:right;}
.path-mod-choicegroup.dir-rtl .results.anonymous .graph.horizontal {text-align: right;}
.path-mod-choicegroup.dir-rtl .results.anonymous { text-align: center; }
.path-mod-choicegroup.dir-rtl .results.names .cell{text-align: right;}
.path-mod-choicegroup.dir-rtl .results.names .user .attemptaction,
.path-mod-choicegroup.dir-rtl .results.names .user .image,
.path-mod-choicegroup.dir-rtl .results.names .user .fullname,
.path-mod-choicegroup.dir-rtl .results.names .user .fullname{padding-left: 0px; padding-right: 5px;}
.path-mod-choicegroup.dir-rtl .downloadreport {margin-left:0;margin-right: 25%;}
#page-mod-choice-report.dir-rtl .downloadreport ul li{float:right;}
#page-mod-choice-view.dir-rtl .reportlink {text-align: left;}
.path-mod-choicegroup table { border: 1px #666 solid; }
.path-mod-choicegroup td { border-top: 1px #666 solid; }
.path-mod-choicegroup th, .path-mod-choicegroup td { padding:10px 15px; }
.path-mod-choicegroup td.center { text-align:center; }
.path-mod-choicegroup div.choicegroup-memberdisplay {
width:12px;
height:12px;
line-height:12px;
cursor:pointer;
text-align:center;
display:block;
border:1px #999 solid;
margin:0px auto;
}
.path-mod-choicegroup table.results .header {
color:#000;
}
.path-mod-choicegroup table.choicegroups {
margin: 20px 0;
}
.path-mod-choicegroup a.choicegroup-memberdisplay,
.path-mod-choicegroup a.choicegroup-descriptiondisplay {
display: block;
}
.path-mod-choicegroup div.choicegroups-membersnames.hidden,
.path-mod-choicegroup div.choicegroups-descriptions.hidden,
.path-mod-choicegroup a.choicegroup-memberdisplay.hidden,
.path-mod-choicegroup a.choicegroup-descriptiondisplay.hidden {
display:none;
}
.path-mod-choicegroup .results td {
min-width: 120px;
}
.path-mod-choicegroup .choicegroups-descriptions {
border-top: 1px #ccc dotted;
margin-top: 5px;
padding-top: 5px;
}