diff -r 3cb8b5017080 -r abe961b7f295 src/css/LdtPlayer.css --- 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 {