player/css/styles.css
changeset 7 d708a1da0ea2
parent 6 eddf4d5db875
child 8 e8faf97d2a40
--- a/player/css/styles.css	Mon May 27 18:54:46 2013 +0200
+++ b/player/css/styles.css	Tue May 28 12:26:49 2013 +0200
@@ -375,16 +375,16 @@
 
 /* Audio annotation */
 
-.audio-description {
+.audio-annotation .media-description {
     font-family: Georgia, 'Times New Roman', serif;
     margin: 35px 45px; font-size: 15px;
 }
 
-.audio-frame {
+.audio-annotation .media-frame {
     margin: 0 45px;
 }
 
-.audio-description p {
+.audio-annotation p {
     margin-bottom: 10px;
 }
 
@@ -404,8 +404,12 @@
     float: left;
 }
 
-.video-frame {
-    float: left; width: 650px;
+.video-annotation .media-frame {
+    float: left; width: 650px; max-height: 487px;
+}
+
+.video-annotation video {
+    width: 650px; max-height: 487px;
 }
 
 .slideshow-image {
@@ -454,7 +458,7 @@
     max-height: 452px; overflow: auto;
 }
 
-.video-description {
+.video-annotation .media-description {
     max-height: 487px; overflow: auto;
 }