fixed some bootstrap stuff

This commit is contained in:
Kiritan Flux 2017-01-22 22:50:08 +01:00
parent 06becf58e7
commit 50d53ee7e8
2 changed files with 23 additions and 18 deletions

View file

@ -61,19 +61,24 @@
}
#videotext .playbutton{
display:none;
display: none;
}
.playbutton
{
display:block;
position:absolute;
top:70px;
left:90px;
z-index:1000000;
width:60px;
display:none;
height:100%;
width:100%;
top:0;
left:0;
background-image: url("/images/play-button.png");
background-size: 60px 60px;
background-repeat: no-repeat;
background-position: center center;
pointer-events: none;
display:none;
}
#videoplayer