Harmonize with web version, better style, fix for Firefox 45.9.0 ESR
[qomet.git] / public / stylesheets / assessment.css
CommitLineData
e99c53fb
BA
1a#rightButton {
2 position: absolute;
3 top: 0;
4 right: 0;
5}
6
3b8117c5 7button.sendAnswer {
8a51dbf7
BA
8 display: block;
9 margin: 0 auto;
10}
11
e99c53fb
BA
12.question {
13 margin: 20px 5px;
14 padding: 15px 0;
15}
16
e99c53fb
BA
17.question label {
18 color: black;
19}
20
21.question .choiceCorrect {
22 background-color: lightgreen;
23}
24
25.question .choiceWrong {
26 background-color: peachpuff;
27}
28
29.question .wording {
30 margin-bottom: 10px;
8a2b3260 31 overflow: auto;
e99c53fb
BA
32}
33
34.question .option {
35 margin-left: 15px;
36}
37
38.question p {
39 margin-top: 10px;
40}
41
42.questionInactive {
43 background-color: lightgrey;
44}
45
46.introduction {
47 padding: 20px 5px;
48}
49
50.conclusion {
51 padding: 20px 5px;
52}
53
54.timer {
55 font-size: 2rem;
56}
71d1ca9c
BA
57
58table.in-question {
59 border: 1px solid black;
60 width: auto;
61 margin: 10px auto;
62}
63
64table.in-question th, table.in-question td {
8a2b3260 65 padding: 7px;
71d1ca9c
BA
66 border-bottom: 1px solid grey;
67}
8a2b3260
BA
68
69/*table { border: none; border-collapse: collapse; }*/
70table.in-question td { border-left: 1px solid grey; }
71table.in-question td:first-child { border-left: none; }