form fixes for the overlay_marker - moved css styling from the template to the
css file.
--- a/src/css/LdtPlayer.css Wed Nov 16 17:02:35 2011 +0100
+++ b/src/css/LdtPlayer.css Wed Nov 16 17:04:12 2011 +0100
@@ -222,4 +222,16 @@
padding-top: 5px;
z-index: 2;
width: 0px;
+ position: absolute;
+ top: 0%;
+ width: 0%;
}
+
+ .positionMarker {
+ position: absolute;
+ z-index: 100;
+ width: 1px;
+ height: 20px;
+ background-color: white;
+ }
+
--- a/src/templates/overlay_marker.html Wed Nov 16 17:02:35 2011 +0100
+++ b/src/templates/overlay_marker.html Wed Nov 16 17:04:12 2011 +0100
@@ -1,3 +1,3 @@
{{! the template for the small white bars which is z-indexed over our segment widget }}
-<div class='positionMarker' style='position: absolute; z-index: 100; width: 1px; height: 20px; background-color: white;'>
+<div class='positionMarker'>
</div>
\ No newline at end of file