diff -r c9c502117eb6 -r ff4b567d51f2 web/res/metadataplayer/SlideVideoPlayer.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/metadataplayer/SlideVideoPlayer.css Sun Feb 15 00:43:16 2015 +0100 @@ -0,0 +1,23 @@ +/* Empty for now */ + +.Ldt-SlideVideoPlayer-panel { + display: flex; + width: 50%; + float: left; +} + +.Ldt-SlideVideoPlayer { + min-height: 400px; + max-height: 100%; +} + +.Ldt-SlideVideoPlayer { + width: 100%; + max-width: 100%; + height: 100%; + max-height: 100%; +} + +.Ldt-SlideVideoPlayer h2 { + display: none; +}