Harmonize with web version, better style, fix for Firefox 45.9.0 ESR
[qomet.git] / public / stylesheets / course.css
1 h4.title {
2 cursor: pointer;
3 background-color: lightgrey;
4 }
5
6 .idle {
7 background-color: #EFEFEF;
8 opacity: 0.5;
9 }
10
11 tr.assessment {
12 cursor: pointer;
13 }
14
15 input#password {
16 width: auto;
17 }
18
19 table.result {
20 cursor: pointer;
21 }
22
23 tr.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;
41 overflow: auto;
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 }
63
64 table.in-question {
65 border: 1px solid black;
66 width: auto;
67 margin: 10px auto;
68 }
69
70 table.in-question th, table.in-question td {
71 padding: 7px;
72 border-bottom: 1px solid grey;
73 }
74
75 /*table { border: none; border-collapse: collapse; }*/
76 table.in-question td { border-left: 1px solid grey; }
77 table.in-question td:first-child { border-left: none; }