Harmonize with web version, better style, fix for Firefox 45.9.0 ESR
[qomet.git] / public / stylesheets / course.css
CommitLineData
e99c53fb
BA
1h4.title {
2 cursor: pointer;
3 background-color: lightgrey;
4}
5
8a2b3260
BA
6.idle {
7 background-color: #EFEFEF;
8 opacity: 0.5;
9}
10
e99c53fb
BA
11tr.assessment {
12 cursor: pointer;
13}
14
15input#password {
16 width: auto;
17}
18
19table.result {
20 cursor: pointer;
21}
22
23tr.stats {
24 padding-top: 10px;
25}
26
27#questionList {
28 margin: 20px 5px;
29}
30
31.question {
32 margin: 20px 0;
33}
34
35.question .choiceCorrect {
36 background-color: lightgreen;
37}
38
39.question .wording {
40 margin-bottom: 10px;
8a2b3260 41 overflow: auto;
e99c53fb
BA
42}
43
44.question .option {
45 margin-left: 15px;
46}
47
48.question p {
49 margin-top: 10px;
50}
51
52.questionInactive {
53 background-color: lightgrey;
54}
55
56.introduction {
57 margin-top: 20px;
58}
59
60.conclusion {
61 margin-bottom: 20px;
62}
71d1ca9c
BA
63
64table.in-question {
65 border: 1px solid black;
66 width: auto;
67 margin: 10px auto;
68}
69
70table.in-question th, table.in-question td {
8a2b3260 71 padding: 7px;
71d1ca9c
BA
72 border-bottom: 1px solid grey;
73}
8a2b3260
BA
74
75/*table { border: none; border-collapse: collapse; }*/
76table.in-question td { border-left: 1px solid grey; }
77table.in-question td:first-child { border-left: none; }