form fixes for the overlay_marker - moved css styling from the template to the popcorn-port
authorhamidouk
Wed, 16 Nov 2011 17:04:12 +0100
branchpopcorn-port
changeset 258 cd439bb3421d
parent 257 d62fe14973a9
child 259 7d748154f0b5
form fixes for the overlay_marker - moved css styling from the template to the css file.
src/css/LdtPlayer.css
src/templates/overlay_marker.html
--- 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