src/css/LdtPlayer.css
branchpopcorn-port
changeset 316 3b11a798f5e4
parent 314 da3eafabe9ce
child 324 abe961b7f295
--- a/src/css/LdtPlayer.css	Wed Nov 23 17:15:29 2011 +0100
+++ b/src/css/LdtPlayer.css	Wed Nov 23 17:19:29 2011 +0100
@@ -263,13 +263,15 @@
 
     }
     /* slider */
-    .sliderBackground  {
+    .Ldt-sliderBackground  {
       background-color: #B6B8B8;
       width: 100%;
-      padding-top: 5px;
+      height: 5px;
+      position: absolute;
+      z-index: 2;
     }
 
-    .sliderForeground  {
+    .Ldt-sliderForeground  {
       background-color: #747474;
       padding-top: 5px;
       z-index: 2;
@@ -279,6 +281,15 @@
       width: 0%;
     }
 
+    .Ldt-sliderPositionMarker {
+      position: absolute;
+      z-index: 100;
+      background-color: blue;
+      height: 5px;
+      width: 5px;
+      top: 0%;
+    }
+
     .positionMarker {
       position: absolute;
       z-index: 100;