MDL-63250 mediaplugin: Fixed video player size in specific tables

This commit is contained in:
Kathrin Osswald
2019-07-18 13:53:36 +02:00
parent 5701d69f99
commit 9d2fbd521b
+8
View File
@@ -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;