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.

{{! the template for the small white bars which is z-indexed over our segment widget }}
<div class='positionMarker' style='background-color: #F7268E;'>
</div>