]> git.mjollnir.org Git - moodle.git/commitdiff
Centering the contents of the "add blocks" block.
authordefacer <defacer>
Tue, 8 Feb 2005 00:24:33 +0000 (00:24 +0000)
committerdefacer <defacer>
Tue, 8 Feb 2005 00:24:33 +0000 (00:24 +0000)
theme/standard/styles_layout.css

index 4fcaaa79950f363142b6cf635af0a86b6606f7c4..dd7d656aa951ba026d8b0ef8383f178b05283f49 100644 (file)
@@ -458,6 +458,12 @@ td.cal_event_description {
     padding:10px;
 }
 
+/* blocklib.php */
+
+#block_adminblock .sideblockmain {
+    text-align: center;
+}
+
 /* block_quiz_results.php */
 #block_quiz_results {
     text-align: center;