From: defacer Date: Wed, 26 Jan 2005 22:31:42 +0000 (+0000) Subject: Polishing the styles for the quiz_results block a bit. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eb111397cd86d31475594644c717d6839a7dc3df;p=moodle.git Polishing the styles for the quiz_results block a bit. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 861fcd5cb0..0578435b4b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -448,10 +448,15 @@ td.cal_event_description { padding:10px; } +#block_quiz_results { + text-align: center; +} + #block_quiz_results table.grades { width: 100%; border-spacing: 0px; border-collapse: collapse; + text-align: left; } #block_quiz_results h1 { @@ -465,5 +470,6 @@ td.cal_event_description { text-align: center; font-weight: bold; font-size: 1em; - margin: 0px; -} \ No newline at end of file + margin: 1em 0px 0px 0px; + border-bottom: 1px solid; +}