added zoff image to embed thingy

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-26 17:21:36 +01:00
parent 0907ac9a38
commit cab2ea0a8e
5 changed files with 22 additions and 4 deletions

View File

@@ -121,6 +121,19 @@
overflow-y:scroll;
}
#zoffbutton{
cursor:pointer;
position: absolute;
top: -47px;
left: 10px;
background-image: url('static/images/squareicon_small.png');
width: 50px;
height: 50px;
background-position: center;
background-size: 135%;
background-repeat: no-repeat;
}
.progress{background-color:rgba(0,0,0,0) !important;}
.indeterminate {
@@ -129,6 +142,7 @@
#controls
{
position: relative;
opacity:0;
height:32px;
background-color:grey;