--- a/themes/iphone/style.css Mon Mar 24 00:12:21 2008 -0400
+++ b/themes/iphone/style.css Mon Mar 24 02:53:42 2008 -0400
@@ -65,7 +65,7 @@
}
div#playlist {
- margin: 138px 8px 0 8px;
+ margin: 174px 8px 0 8px;
}
a.tracklink {
@@ -106,3 +106,31 @@
margin-top: 10px;
padding: 5px;
}
+
+/* Position slider (playhead) */
+
+div#playhead {
+ background-image: url(images/position-empty.png);
+ width: 250px;
+ background-repeat: no-repeat;
+ background-position: center center;
+ margin: 0 auto 10px auto;
+}
+
+div#playhead-filler {
+ background-image: url(images/position-full.png);
+ width: 150px;
+ background-repeat: no-repeat;
+ background-position: left center;
+}
+
+div#playhead-button {
+ background-image: url(images/playhead.png);
+ width: 16px;
+ height: 16px;
+ font-size: 1px;
+ position: absolute;
+ background-repeat: no-repeat;
+ background-position: center center;
+}
+