Skip to content
Snippets Groups Projects
Commit b319b31a authored by Eike Cochu's avatar Eike Cochu
Browse files

updated video tag sources, fixed dropdown menu positions

parent cbf97544
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment