Remove conclusion option in assessments (seems useless)
[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
e99c53fb
BA
50.timer {
51 font-size: 2rem;
52}
71d1ca9c
BA
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 {
8a2b3260 61 padding: 7px;
71d1ca9c
BA
62 border-bottom: 1px solid grey;
63}
8a2b3260
BA
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; }