From: skodak Date: Tue, 27 Feb 2007 21:44:18 +0000 (+0000) Subject: notice boxes are now 60% of page width - 100% looked too wide for most notice boxes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bf315e02c3c6c45437222d79687907b96344e556;p=moodle.git notice boxes are now 60% of page width - 100% looked too wide for most notice boxes --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 649659983c..da635edae5 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -182,6 +182,12 @@ img.grouppicture { padding:10px; } +#notice, box { + width: 60%; + margin-left:auto; + margin-right:auto; +} + #notice .buttons { text-align:center }