Moodle 3.6 Boost Theme CSS Changes

Moodle 3.6 Boost Theme CSS Changes

by Grant Dunham -
Number of replies: 0

I am running Moodle 3.6 with the Boost Theme (version 2018120300). We have encountered a couple of problems with the video and audio player display. The video player was displaying to the right (see screen capture) and the audio player on the main course page was hidden. (See the other screen capture.

Inserting video expands area - note text extends beyond right border


Audio File example not showing (But only on course page - not activity page.):


After changes to the CSS from below:


I've added the following CSS - and it seems to fix the problems we were having. If these changes are improper, please let me know. If not, they may be considered for an update?

.mediaplugin, .mediaplugin video {

  width: 100%;

}

.mod-indent-outer .mediaplugin {

    display: inherit;

}


Average of ratings: -