src/templates/sliderWidget.html
author hamidouk
Mon, 19 Dec 2011 15:25:22 +0100
branchpopcorn-port
changeset 481 a46cfeee6d77
parent 316 3b11a798f5e4
child 830 18ca612e9ff0
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.

{{! template for the slider widget - it's composed of two divs we one overlayed on top
    of the other }}
<div class='Ldt-sliderBackground'></div>
<div class='Ldt-sliderForeground'></div>
<div class='Ldt-sliderPositionMarker'></div>