MDL-62386 theme: Fix audio playback display for HTML audio
[moodle.git] / filter / mediaplugin / styles.css
blob9a17d5b671d8e4441d9379ea3d1c31ca653b087c
1 /**
2 * Filters
3 */
4 .mediaplugin {
5 display: block;
6 margin-top: 5px;
7 margin-bottom: 5px;
8 text-align: center;
11 .mediaplugin,
12 .mediaplugin video {
13 /* Make videos as wide as possible without being wider than their containers */
14 width: 100vw;
15 max-width: 100%;
18 .mediaplugin > div {
19 margin: auto;
22 /* Make media plugin behave properly in mod summaries and labels */
23 .mod-indent-outer .mediaplugin {
24 display: table-cell;