mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
24 lines
397 B
CSS
24 lines
397 B
CSS
.block_activity_results h1 {
|
|
margin: 4px;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.block_activity_results table.grades {
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.block_activity_results table.grades .number {
|
|
text-align: left;
|
|
width: 10%;
|
|
}
|
|
|
|
.block_activity_results table.grades .name {
|
|
text-align: left;
|
|
width: 77%;
|
|
}
|
|
|
|
.block_activity_results table.grades .grade {
|
|
text-align: right;
|
|
}
|