]> git.parisson.com Git - teleforma.git/commitdiff
fix audio style
authoryomguy <yomguy@parisson.com>
Mon, 23 Jul 2012 00:53:02 +0000 (02:53 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 23 Jul 2012 00:53:02 +0000 (02:53 +0200)
teleforma/templates/teleforma/course_conference_audio.html

index 16b64c71ae2be58c56c6d377654306ec1eb3953c..bb3eb13d9209c192619fe3068120afe59f350f35 100644 (file)
@@ -45,7 +45,7 @@
 
 {% for livestream in livestreams %}
 {% if "mp3" == livestream.stream_type %}
-<div class="audio">
+<div class="audio" style="margin-top:1em;">
 <audio controls autoplay preload="auto">
 <!-- Hello Chrome and Firefox (and Opera?) -->
 <source src="{{ livestream.url|get_host:host }}" type="audio/mpeg" />