From 4125ce046bc8871f3c91af3126f3c5e202579f64 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Wed, 16 Nov 2016 15:46:56 +0800 Subject: [PATCH] MDL-56776 calendar: display month above the dates month is displayed in table caption which is by default in the bottom in BS4 --- theme/boost/scss/moodle/calendar.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/boost/scss/moodle/calendar.scss b/theme/boost/scss/moodle/calendar.scss index 5067713b6ca..4e92465ceb4 100644 --- a/theme/boost/scss/moodle/calendar.scss +++ b/theme/boost/scss/moodle/calendar.scss @@ -425,6 +425,11 @@ $calendarEventUserColor: #dce7ec; // Pale blue. } } +/* Display month name above the calendar */ +table.calendartable caption { + caption-side: top; +} + .ical-link { font-size: 10px; font-weight: bold; -- 2.11.4.GIT