Fix buttons styling in exam page
[qomet.git] / public / stylesheets / assessment.css
1 a#rightButton {
2 position: absolute;
3 top: 0;
4 right: 0;
5 }
6
7 .question {
8 margin: 20px 5px;
9 padding: 15px 0;
10 }
11
12 #assessment button {
13 display: block;
14 margin: 0 auto 15px auto;
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 }