First commit
[qomet.git] / public / stylesheets / course.css
1 h4.title {
2 cursor: pointer;
3 background-color: lightgrey;
4 }
5
6 tr.assessment {
7 cursor: pointer;
8 }
9
10 input#password {
11 width: auto;
12 }
13
14 table.result {
15 cursor: pointer;
16 }
17
18 tr.stats {
19 padding-top: 10px;
20 }
21
22 #questionList {
23 margin: 20px 5px;
24 }
25
26 .question {
27 margin: 20px 0;
28 }
29
30 .question .choiceCorrect {
31 background-color: lightgreen;
32 }
33
34 .question .wording {
35 margin-bottom: 10px;
36 }
37
38 .question .option {
39 margin-left: 15px;
40 }
41
42 .question p {
43 margin-top: 10px;
44 }
45
46 .questionInactive {
47 background-color: lightgrey;
48 }
49
50 .introduction {
51 margin-top: 20px;
52 }
53
54 .conclusion {
55 margin-bottom: 20px;
56 }