src/css/LdtPlayer.css
branchpopcorn-port
changeset 324 abe961b7f295
parent 316 3b11a798f5e4
child 325 caa276ab3430
--- a/src/css/LdtPlayer.css	Thu Nov 24 16:20:27 2011 +0100
+++ b/src/css/LdtPlayer.css	Thu Nov 24 16:20:41 2011 +0100
@@ -259,26 +259,42 @@
       overflow:hidden;
     }
 
-    .SliderWidget {
+    /* slider */
+    .Ldt-SliderMinimized {
+      height: 6px;
+    }
+
+    .Ldt-SliderMaximized {
+      height: 11px;
+    }
 
+    .Ldt-sliderElementMinimized {
+      width: 100%;
+      height: 5px;
     }
-    /* slider */
+
+    .Ldt-sliderElementMaximized {
+      width: 100%;
+      height: 10px;
+    }
+
     .Ldt-sliderBackground  {
       background-color: #B6B8B8;
+      position: absolute;
+      z-index: 2;
+      bottom: 1px;
       width: 100%;
       height: 5px;
-      position: absolute;
-      z-index: 2;
+ 
     }
 
     .Ldt-sliderForeground  {
       background-color: #747474;
-      padding-top: 5px;
       z-index: 2;
       width: 0px;
       position: absolute;
-      top: 0%;
-      width: 0%;
+      bottom: 1px;
+      height: 5px;
     }
 
     .Ldt-sliderPositionMarker {
@@ -288,6 +304,7 @@
       height: 5px;
       width: 5px;
       top: 0%;
+      bottom: 1px;
     }
 
     .positionMarker {