From cae0f35bd1e929fa6ee949da7e9c38de0f865ddd Mon Sep 17 00:00:00 2001 From: defacer Date: Wed, 26 Jan 2005 04:27:48 +0000 Subject: [PATCH] Added a few styles for the quiz_results block. --- theme/standard/styles_layout.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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; -- 2.39.5