src/widgets/SlideVideoPlayer.css
changeset 1033 c20df1c080e6
child 1068 7623f9af9272
equal deleted inserted replaced
1032:74ac0be7655c 1033:c20df1c080e6
       
     1 /* Empty for now */
       
     2 
       
     3 .Ldt-SlideVideoPlayer-panel {
       
     4     display: flex;
       
     5     width: 50%;
       
     6     float: left;
       
     7 }
       
     8 
       
     9 .Ldt-SlideVideoPlayer {
       
    10     min-height: 400px;
       
    11     max-height: 100%;
       
    12 }
       
    13 
       
    14 .Ldt-SlideVideoPlayer {
       
    15     width: 100%;
       
    16     max-width: 100%;
       
    17     height: 100%;
       
    18     max-height: 100%;
       
    19 }
       
    20 
       
    21 .Ldt-SlideVideoPlayer h2 {
       
    22     display: none;
       
    23 }