src/templates/sliceWidget.html
author hamidouk
Tue, 03 Jan 2012 15:46:01 +0100
branchpopcorn-port
changeset 571 a471ef7efc0e
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
fixes to the fixes.

{{! template for the slice widget }}
<div class='Ldt-sliceWidget'>
  {{! the whole bar }}
  <div class='Ldt-sliceBackground'></div>
  
  <div class='Ldt-sliceLeftHandle'></div>
  {{! the zone which represents our slice }}
  <div class='Ldt-sliceZone'></div>   
  <div class='Ldt-sliceRightHandle'></div>
</div>