MDL-11278 Admin settings page completed, implementation of settings in the gradebook...
[moodle-pu.git] / blocks / quiz_results / styles.php
blobc722549f28af1fc90aee876b08b5fa48d59f7932
1 .block_quiz_results {
2 text-align: center;
5 .block_quiz_results table.grades .number,
6 .block_quiz_results table.grades .grade {
7 text-align: right;
8 width: 10%;
11 .block_quiz_results table.grades {
12 text-align: left;
13 width: 100%;
16 .block_quiz_results table.grades caption {
17 margin: 1em 0px 0px 0px;
18 border-bottom: 1px solid;
19 font-weight: bold;
22 .block_quiz_results h1 {
23 margin: 4px;
24 font-weight: bold;
25 font-size: 1.1em;