From: skodak Date: Wed, 14 Feb 2007 22:12:13 +0000 (+0000) Subject: notice_yesno() buttons now centered X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=89f3abc58c3f7a5b503a8023e4f337d1c6081a43;p=moodle.git notice_yesno() buttons now centered --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index e55a774968..f727cde7a9 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -182,6 +182,10 @@ img.grouppicture { padding:10px; } +#notice .buttons { + text-align:center +} + #notice .buttons .singlebutton { display:inline; }