fixed some bootstrap stuff
This commit is contained in:
parent
06becf58e7
commit
50d53ee7e8
2 changed files with 23 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue