MDL-69422 core: Convert required and help button container to div
[moodle.git] / filter / mediaplugin / styles.css
blob5015b4a70d8a6e58ebdf14729134cc277284fcaa
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: 100%;
15 max-width: 100%;
18 .mediaplugin > div {
19 margin: auto;
22 /* This is needed to display videos in an adequate size and without too much space
23 withing the specific mod assign table views. */
24 .path-mod-assign .gradingtable .mediaplugin,
25 .path-mod-assign .submissionsummarytable .mediaplugin {
26 width: 400px;
27 height: auto;
30 /* Make media plugin behave properly in mod summaries and labels */
31 .mod-indent-outer .mediaplugin {
32 display: table-cell;