mirror of
https://github.com/moodle/moodle.git
synced 2025-04-09 02:12:22 +02:00
Merge branch 'MDL-68330-master-2' of git://github.com/mihailges/moodle
This commit is contained in:
commit
4f7b9e3276
@ -903,7 +903,7 @@ class core_course_renderer extends plugin_renderer_base {
|
||||
$output .= course_get_cm_move($mod, $sectionreturn);
|
||||
}
|
||||
|
||||
$output .= html_writer::start_tag('div', array('class' => 'mod-indent-outer'));
|
||||
$output .= html_writer::start_tag('div', array('class' => 'mod-indent-outer w-100'));
|
||||
|
||||
// This div is used to indent the content.
|
||||
$output .= html_writer::div('', $indentclasses);
|
||||
|
@ -201,7 +201,7 @@ class media_videojs_plugin extends core_media_player_native {
|
||||
}
|
||||
}
|
||||
|
||||
return html_writer::div($text, 'mediaplugin mediaplugin_videojs');
|
||||
return html_writer::div($text, 'mediaplugin mediaplugin_videojs d-block');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user