diff -r 74ac0be7655c -r c20df1c080e6 src/widgets/SlideVideoPlayer.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/widgets/SlideVideoPlayer.css Fri Feb 13 16:57:53 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; +}