# HG changeset patch # User hamidouk # Date 1321459452 -3600 # Node ID cd439bb3421d55c09656f338c60be7ddd18ae325 # Parent d62fe14973a9b5810c07fa9890674e98f3f3f5e5 form fixes for the overlay_marker - moved css styling from the template to the css file. diff -r d62fe14973a9 -r cd439bb3421d src/css/LdtPlayer.css --- 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; + } + diff -r d62fe14973a9 -r cd439bb3421d src/templates/overlay_marker.html --- 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 }} -