diff -r 1c225a39a3b1 -r 0bb36c79836c src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Mon Dec 19 15:25:48 2011 +0100 +++ b/src/css/LdtPlayer.css Mon Dec 19 16:04:14 2011 +0100 @@ -18,7 +18,7 @@ } .Ldt-SegmentsWidget { - overflow: auto; /* clear the floats */ + /* overflow: auto; /* clear the floats */ margin-top: 1px; } @@ -28,6 +28,13 @@ border-right: 1px solid white; } + .Ldt-SegmentPositionMarker { + position: absolute; + z-index: 100; + width: 1px; + height: 10px; + background-color: white; + } .tooltip { display:none; background:transparent url(imgs/white_arrow_mini.png); @@ -358,14 +365,6 @@ border-right: 1px solid white; } - .positionMarker { - position: absolute; - z-index: 100; - width: 1px; - height: 20px; - background-color: white; - } - /* tweet Widget */ .Ldt-tweetWidget { font-size: 12px;