src/templates/sliderWidget.html
author hamidouk
Wed, 23 Nov 2011 17:19:29 +0100
branchpopcorn-port
changeset 316 3b11a798f5e4
child 830 18ca612e9ff0
permissions -rw-r--r--
WIP - reorganizing the sliderWidget.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
316
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents:
diff changeset
     1
{{! template for the slider widget - it's composed of two divs we one overlayed on top
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents:
diff changeset
     2
    of the other }}
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents:
diff changeset
     3
<div class='Ldt-sliderBackground'></div>
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents:
diff changeset
     4
<div class='Ldt-sliderForeground'></div>
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents:
diff changeset
     5
<div class='Ldt-sliderPositionMarker'></div>