diff --git a/vipra-ui/app/html/index.html b/vipra-ui/app/html/index.html index 10abfc212087f13e7d28dba89736140db74cdea0..ea7d9d9102e0de2649614aed50c932afe39a2334 100644 --- a/vipra-ui/app/html/index.html +++ b/vipra-ui/app/html/index.html @@ -67,7 +67,8 @@ <div class="col-md-offset-1 col-md-10 col-sm-12"> <div class="embed-responsive embed-responsive-16by9 screencast"> <video controls muted poster="img/vipra-logo-big.png"> - <source src="https://ftp.cochu.io/vipra/screencast.mp4" type="video/mp4"> + <source src="//ftp.cochu.io/vipra/screencast.mp4" type="video/mp4"> + <source src="//ftp.cochu.io/vipra/screencast.webm" type="video/webm"> Your browser does not support the video tag. </video> </div> diff --git a/vipra-ui/app/less/app.less b/vipra-ui/app/less/app.less index 6bc795421963a98e59f8babf1661616d79508cfb..b7da60f87bccdb3f1cc3190cd3f698e5f4a1a601 100644 --- a/vipra-ui/app/less/app.less +++ b/vipra-ui/app/less/app.less @@ -378,6 +378,9 @@ a:hover { .panel { margin: 0; } + .menu-button { + left: 5px; + } } .item-choice { @@ -643,7 +646,6 @@ entity-menu { .menu-button { position: absolute; top: 1px; - left: 5px; } .menu-padding {