src/templates/overlay_marker.html
author hamidouk
Wed, 16 Nov 2011 12:30:04 +0100
branchpopcorn-port
changeset 255 af3adcf7cb20
parent 228 53d8d95a0079
child 258 cd439bb3421d
permissions -rw-r--r--
added an elapsed time display to the player widget. Note: ldtplayer.css seems to have totally changed because I replaced tab with spaces.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
228
53d8d95a0079 renamed a template
hamidouk
parents:
diff changeset
     1
{{! the template for the small white bars which is z-indexed over our segment widget }}
53d8d95a0079 renamed a template
hamidouk
parents:
diff changeset
     2
<div class='positionMarker' style='position: absolute; z-index: 100; width: 1px; height: 20px; background-color: white;'>
53d8d95a0079 renamed a template
hamidouk
parents:
diff changeset
     3
</div>