Remove conclusion option in assessments (seems useless)
[qomet.git] / public / stylesheets / course.css
1 h4.title {
2 cursor: pointer;
3 background-color: lightgrey;
4 }
5
6 .idle {
7 background-color: #EFEFEF;
8 opacity: 0.5;
9 }
10
11 tr.assessment {
12 cursor: pointer;
13 }
14
15 input#password {
16 width: auto;
17 }
18
19 table.result {
20 cursor: pointer;
21 }
22
23 tr.stats {
24 padding-top: 10px;
25 }
26
27 #questionList {
28 margin: 20px 5px;
29 }
30
31 .question {
32 margin: 20px 0;
33 }
34
35 .question .choiceCorrect {
36 background-color: lightgreen;
37 }
38
39 .question .wording {
40 margin-bottom: 10px;
41 overflow: auto;
42 }
43
44 .question .option {
45 margin-left: 15px;
46 }
47
48 .question p {
49 margin-top: 10px;
50 }
51
52 .questionInactive {
53 background-color: lightgrey;
54 }
55
56 .introduction {
57 margin-top: 20px;
58 }
59
60 table.in-question {
61 border: 1px solid black;
62 width: auto;
63 margin: 10px auto;
64 }
65
66 table.in-question th, table.in-question td {
67 padding: 7px;
68 border-bottom: 1px solid grey;
69 }
70
71 /*table { border: none; border-collapse: collapse; }*/
72 table.in-question td { border-left: 1px solid grey; }
73 table.in-question td:first-child { border-left: none; }