mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-54652 filter_mediaplugin: refomat css
This commit is contained in:
parent
d8b5fb1255
commit
8a802c9032
@ -1,12 +1,26 @@
|
||||
/**
|
||||
* Filters
|
||||
*/
|
||||
.mediaplugin_html5audio, .mediaplugin_html5video, .mediaplugin_swf, .mediaplugin_flv, .mediaplugin_real, .mediaplugin_youtube, .mediaplugin_vimeo, .mediaplugin_wmp, .mediaplugin_qt
|
||||
{display:block;margin-top:5px;margin-bottom:5px;text-align: center;}
|
||||
.mediaplugin_html5audio,
|
||||
.mediaplugin_html5video,
|
||||
.mediaplugin_swf,
|
||||
.mediaplugin_flv,
|
||||
.mediaplugin_real,
|
||||
.mediaplugin_youtube,
|
||||
.mediaplugin_vimeo,
|
||||
.mediaplugin_wmp,
|
||||
.mediaplugin_qt {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
* mp3 player colours -this read using JS and applied to swf audio flow player
|
||||
* see http://flowplayer.org/documentation/skinning/controlbar.html?skin=default for more color properties,
|
||||
* any property that ends with '...Color' is supported here.
|
||||
*/
|
||||
.mp3flowplayer_backgroundColor {color: #000000;}
|
||||
.mp3flowplayer_backgroundColor {
|
||||
color: #000000;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user