From: vyshane Date: Wed, 3 Jan 2007 07:58:25 +0000 (+0000) Subject: Layout and colour tweaks for calendar. Related to MDL-7433. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=03705a21e19c1d999846755afda1c6e742f6ec28;p=moodle.git Layout and colour tweaks for calendar. Related to MDL-7433. --- 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%; }