From: defacer Date: Tue, 8 Feb 2005 00:24:33 +0000 (+0000) Subject: Centering the contents of the "add blocks" block. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0fdce319fb45dff1f95bfdca2f7812740f720366;p=moodle.git Centering the contents of the "add blocks" block. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 4fcaaa7995..dd7d656aa9 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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;