From 03705a21e19c1d999846755afda1c6e742f6ec28 Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 3 Jan 2007 07:58:25 +0000 Subject: [PATCH] Layout and colour tweaks for calendar. Related to MDL-7433. --- theme/standard/styles_layout.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 2689ca7a0b..6605f9caa6 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -858,6 +858,22 @@ a.skip-block, .skip-block { padding: 0px; } +#calendar .maincalendar { + height: 100%; +} + +#calendar .maincalendar .heightcontainer { + height: 100%; + position: relative; +} + +#calendar .maincalendar .bottom { + width: 100%; + position: absolute; + bottom: 0; + text-align: center; +} + #calendar .sidecalendar { width: 25%; } -- 2.39.5