MDL-54652 filter_mediaplugin: refomat css
authorDan Poltawski <dan@moodle.com>
Thu, 19 May 2016 16:41:47 +0000 (17:41 +0100)
committerDan Poltawski <dan@moodle.com>
Thu, 16 Jun 2016 19:49:04 +0000 (20:49 +0100)
filter/mediaplugin/styles.css

index 51d0808..f46f5f3 100644 (file)
@@ -1,12 +1,26 @@
 /**
  * Filters
  */
 /**
  * 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.
  */
 
 /*
  * 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;
+}