Readded serviceworker, and fixed namechange error

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-14 13:31:52 +01:00
parent e73ce3a702
commit 8974e8cde0
12 changed files with 2599 additions and 44 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2355,6 +2355,69 @@ nav ul li:hover, nav ul li.active {
line-height: 31px;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
border-radius: 0px !important;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
#volume {
cursor:pointer;
float:left;
@@ -2377,7 +2440,7 @@ nav ul li:hover, nav ul li.active {
background-color:rgba(255, 255, 255, 0.8);
border: none;
outline: none;
/*border-radius: 2px;*/
border-radius: 2px;
}
#volume .ui-slider-handle {