mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-57991 media: Prevent mediaplayer taking up too much space
This commit is contained in:
parent
350700bf8b
commit
8b6dcb0479
1 changed files with 5 additions and 0 deletions
|
@ -19,3 +19,8 @@
|
||||||
.mediaplugin > div {
|
.mediaplugin > div {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make media plugin behave properly in mod summaries and labels */
|
||||||
|
.mod-indent-outer .mediaplugin {
|
||||||
|
display: table-cell;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue