MDL-57991 media: Prevent mediaplayer taking up too much space

This commit is contained in:
Michael Aherne 2017-07-10 10:13:52 +01:00
parent 350700bf8b
commit 8b6dcb0479

View File

@ -19,3 +19,8 @@
.mediaplugin > div {
margin: auto;
}
/* Make media plugin behave properly in mod summaries and labels */
.mod-indent-outer .mediaplugin {
display: table-cell;
}