src/templates/segment_marker.html
author hamidouk
Thu, 10 Nov 2011 15:06:22 +0100
branchpopcorn-port
changeset 226 d1f0e604bd06
parent 220 6498b89eabcd
permissions -rw-r--r--
separated the slider from the playerWidget.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
220
6498b89eabcd changed the widget to use a template for the segment marker.
hamidouk
parents:
diff changeset
     1
{{! the template for the small white bars which is z-indexed over our segment widget }}
6498b89eabcd changed the widget to use a template for the segment marker.
hamidouk
parents:
diff changeset
     2
<div style='position: absolute; z-index: 100; width: 1px; height: 20px; background-color: white;'>
6498b89eabcd changed the widget to use a template for the segment marker.
hamidouk
parents:
diff changeset
     3
</div>