From e6b9fd51472e73c9b7f1cba6a6a1ff70364c14a7 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 23 Jan 2007 05:41:35 +0000 Subject: [PATCH] Added styles to support recent changes to MDL-8101 --- theme/standard/styles_layout.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 36a9074b81..9459a78085 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -150,6 +150,31 @@ img.grouppicture { margin-right:auto; } +.boxalignright { + margin-left:auto; + margin-right:0; +} + +.boxalignleft { + margin-left:0; + margin-right:auto; +} + +.boxwidthnarrow { + width: 30% +} + +.boxwidthnormal { + width: 50% +} + +.boxwidthwide { + width: 80% +} + + + + .noticebox { border-width:1px; border-style:solid; -- 2.39.5