From: defacer Date: Wed, 26 Jan 2005 04:27:48 +0000 (+0000) Subject: Added a few styles for the quiz_results block. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cae0f35bd1e929fa6ee949da7e9c38de0f865ddd;p=moodle.git Added a few styles for the quiz_results block. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index bd621d0ec6..a3792f9852 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -352,6 +352,26 @@ table.message_search_results td { padding:10px; } +#block_quiz_results table.grades { + width: 100%; + border-spacing: 0px; + border-collapse: collapse; +} + +#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: 0px; +} + /* calendar, weblib.php, wiki */ .sideblock { border-width:1px;