mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
27 lines
470 B
PHP
27 lines
470 B
PHP
.block_quiz_results {
|
|
text-align: center;
|
|
}
|
|
|
|
.block_quiz_results table.grades .number,
|
|
.block_quiz_results table.grades .grade {
|
|
text-align: right;
|
|
width: 10%;
|
|
}
|
|
|
|
.block_quiz_results table.grades {
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.block_quiz_results table.grades caption {
|
|
margin: 1em 0px 0px 0px;
|
|
border-bottom: 1px solid;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.block_quiz_results h1 {
|
|
margin: 4px;
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
}
|