Harmonize with web version, better style, fix for Firefox 45.9.0 ESR
[qomet.git] / public / stylesheets / assessment.css
1 a#rightButton {
2 position: absolute;
3 top: 0;
4 right: 0;
5 }
6
7 button.sendAnswer {
8 display: block;
9 margin: 0 auto;
10 }
11
12 .question {
13 margin: 20px 5px;
14 padding: 15px 0;
15 }
16
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;
31 overflow: auto;
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 }
57
58 table.in-question {
59 border: 1px solid black;
60 width: auto;
61 margin: 10px auto;
62 }
63
64 table.in-question th, table.in-question td {
65 padding: 7px;
66 border-bottom: 1px solid grey;
67 }
68
69 /*table { border: none; border-collapse: collapse; }*/
70 table.in-question td { border-left: 1px solid grey; }
71 table.in-question td:first-child { border-left: none; }