]> git.mjollnir.org Git - moodle.git/commitdiff
Polishing the styles for the quiz_results block a bit.
authordefacer <defacer>
Wed, 26 Jan 2005 22:31:42 +0000 (22:31 +0000)
committerdefacer <defacer>
Wed, 26 Jan 2005 22:31:42 +0000 (22:31 +0000)
theme/standard/styles_layout.css

index 861fcd5cb0ae03eead54ff0bcb8348332213fc43..0578435b4bd330f1a3cc923d8febb94b160f5535 100644 (file)
@@ -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;
+}