Progress bar click moves track position

This commit is contained in:
magnolia-fan
2011-04-15 00:24:24 +04:00
parent be7f9000f3
commit e5237b5fab
2 changed files with 33 additions and 13 deletions
+4
View File
@@ -90,6 +90,9 @@ audio {
width: 390px;
height: 3px;
}
#player .progress-bar:hover {
cursor: pointer;
}
#player .progress-loaded {
float: left;
width: 0;
@@ -185,6 +188,7 @@ audio {
}
#playlist ul li.now-playing {
background-color: #013;
font-weight: bold;
}
#playlist ul li .length {
margin: 0 0.5em;