Bugs fixes
[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 }
32
33 .question .option {
34 margin-left: 15px;
35 }
36
37 .question p {
38 margin-top: 10px;
39 }
40
41 .questionInactive {
42 background-color: lightgrey;
43 }
44
45 .introduction {
46 padding: 20px 5px;
47 }
48
49 .conclusion {
50 padding: 20px 5px;
51 }
52
53 .timer {
54 font-size: 2rem;
55 }
56
57 table.in-question {
58 border: 1px solid black;
59 width: auto;
60 margin: 10px auto;
61 }
62
63 table.in-question th, table.in-question td {
64 padding: 3px;
65 border-bottom: 1px solid grey;
66 }