src/templates/overlay_marker.html
author hamidouk
Mon, 19 Dec 2011 15:25:22 +0100
branchpopcorn-port
changeset 481 a46cfeee6d77
parent 474 c1998d5d552e
child 483 0bb36c79836c
permissions -rw-r--r--
using jquery ui draggable changes the state of an element from absolute to relative positioning, which breaks the way our seek button expands itself, so we need to force absolute positioning, quite uglily, using jquery.
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 }}
474
c1998d5d552e fixed a couple show-stoppers.
hamidouk
parents: 258
diff changeset
     2
<div class='positionMarker' style='background-color: #F7268E;'>
228
53d8d95a0079 renamed a template
hamidouk
parents:
diff changeset
     3
</div>