remove extra step in end assessment process
[qomet.git] / public / stylesheets / assessment.css
... / ...
CommitLineData
1a#rightButton {
2 position: absolute;
3 top: 0;
4 right: 0;
5}
6
7button.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.timer {
51 font-size: 2rem;
52}
53
54table.in-question {
55 border: 1px solid black;
56 width: auto;
57 margin: 10px auto;
58}
59
60table.in-question th, table.in-question td {
61 padding: 7px;
62 border-bottom: 1px solid grey;
63}
64
65/*table { border: none; border-collapse: collapse; }*/
66table.in-question td { border-left: 1px solid grey; }
67table.in-question td:first-child { border-left: none; }