Added halfwayskipbar

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-15 20:16:20 +01:00
parent 00f63db98c
commit c7dbb1dce5
3 changed files with 26 additions and 4 deletions

View File

@@ -487,7 +487,7 @@ input[type="radio"] {
box-shadow:0 0 10px .5px #000;
}
#eBar,#sBar {
#eBar,#sBar, #pBar {
font-family:'Open Sans',sans-serif;
font-weight:300;
color:#fff;
@@ -509,6 +509,10 @@ input[type="radio"] {
background-color:#5bcf2b;
}
#pBar {
background-color:rgb(28, 143, 194);
}
.opacityFull {
opacity:1!important;
}
@@ -787,7 +791,9 @@ input[type="radio"] {
}
.nochanvcent {
top:50%;
position: absolute;
top:10%;
/*top:50%;*/
-webkit-transform:translateY(0%);
}