diff -r eddf4d5db875 -r d708a1da0ea2 player/css/styles.css --- 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; }