Merge branch 'MDL-57991-master' of https://github.com/micaherne/moodle

This commit is contained in:
David Monllao 2017-07-18 09:40:59 +02:00
commit d0f28cf058

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;
}