You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
491 B
29 lines
491 B
2 years ago
|
.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;
|
||
|
}
|
||
|
|
||
|
.block_activity_results table.grades caption {
|
||
|
font-weight: bold;
|
||
|
font-size: 18px;
|
||
|
}
|