Index: theme/standard/styles_layout.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/standard/styles_layout.css,v retrieving revision 1.516.2.10 diff -u -r1.516.2.10 styles_layout.css --- theme/standard/styles_layout.css 5 Nov 2007 00:49:30 -0000 1.516.2.10 +++ theme/standard/styles_layout.css 8 Nov 2007 15:14:06 -0000 @@ -1449,6 +1449,9 @@ { text-align: center; } +#calendar .sideblock h2 { + text-align: left; +} #calendar .maincalendar, #calendar .sidecalendar Index: calendar/view.php =================================================================== RCS file: /cvsroot/moodle/moodle/calendar/view.php,v retrieving revision 1.95.2.3 diff -u -r1.95.2.3 view.php --- calendar/view.php 15 Oct 2007 04:46:06 -0000 1.95.2.3 +++ calendar/view.php 8 Nov 2007 15:14:06 -0000 @@ -191,14 +191,14 @@ $getvars = 'id='.$courseid.'&cal_d='.$day.'&cal_m='.$mon.'&cal_y='.$yr; // For filtering echo '
'; - echo '
'.get_string('eventskey', 'calendar').'
'; + echo '

'.get_string('eventskey', 'calendar').'

'; echo '
'; echo calendar_filter_controls($view, $getvars, NULL, $courses); echo '
'; echo '
'; echo '
'; - echo '
'.get_string('monthlyview', 'calendar').'
'; + echo '

'.get_string('monthlyview', 'calendar').'

'; echo '
'; echo calendar_top_controls('display', array('id' => $courseid, 'm' => $prevmon, 'y' => $prevyr));