web/LdtPlayer.css
changeset 25 4f082f63e295
parent 22 11011b712cf2
child 26 b710fa62d522
--- a/web/LdtPlayer.css	Mon Dec 19 13:10:08 2011 +0100
+++ b/web/LdtPlayer.css	Mon Dec 19 16:10:39 2011 +0100
@@ -18,8 +18,9 @@
    }
 
     .Ldt-SegmentsWidget {
-      overflow: auto; /* clear the floats */
+     /* overflow: auto; /* clear the floats */
       margin-top: 1px;
+      padding-bottom: 8px; /* FIXME: only a temporary fix. This should be put into the layout manager. */
     }
 
     .Ldt-iri-chapter{
@@ -28,6 +29,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);
@@ -353,20 +361,11 @@
       background-color: #f7268e;
       height: 5px;
       width: 5px;
-      top: 0%;
       bottom: 1px;
       border-left: 1px solid white;
       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;