mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
More HTML and CSS fun with the new block.
Incidentally, does Mozilla have a bug here? It won't apply the text-align property to those TDs which have been given a class through a COLGROUP. IE does it correctly all the way, and Firefox applies the other properties but seems to take exception at the text-align. Weird.
This commit is contained in:
parent
3779fd556e
commit
9c581405ab
2 changed files with 19 additions and 21 deletions
|
@ -459,17 +459,19 @@ td.cal_event_description {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
#block_quiz_results table.grades caption {
|
||||
font-weight: bold;
|
||||
margin: 1em 0px 0px 0px;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
#block_quiz_results table.grades .number, #block_quiz_results table.grades .grade {
|
||||
width: 10%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#block_quiz_results h1 {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
#block_quiz_results h2 {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
margin: 1em 0px 0px 0px;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue