From b319b31ac339f6d2c5da247c3a8c8f3feff223df Mon Sep 17 00:00:00 2001
From: Eike Cochu <eike@cochu.com>
Date: Thu, 19 May 2016 23:17:17 +0200
Subject: [PATCH] updated video tag sources, fixed dropdown menu positions

---
 vipra-ui/app/html/index.html | 3 ++-
 vipra-ui/app/less/app.less   | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/vipra-ui/app/html/index.html b/vipra-ui/app/html/index.html
index 10abfc21..ea7d9d91 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 6bc79542..b7da60f8 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 {
-- 
GitLab