1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-15 04:36:13 +02:00

Merge branch 'MDL-63250-master' of https://github.com/Kathrin84/moodle

This commit is contained in:
Andrew Nicols 2019-09-10 12:33:20 +08:00
commit add66da52d

@ -19,6 +19,14 @@
margin: auto;
}
/* This is needed to display videos in an adequate size and without too much space
withing the specific mod assign table views. */
.path-mod-assign .gradingtable .mediaplugin,
.path-mod-assign .submissionsummarytable .mediaplugin {
width: 400px;
height: auto;
}
/* Make media plugin behave properly in mod summaries and labels */
.mod-indent-outer .mediaplugin {
display: table-cell;