mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-63250 mediaplugin: Fixed video player size in specific tables
This commit is contained in:
parent
f7e108438f
commit
3b7ef98824
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user