src/templates/sliceWidget.html
author hamidouk
Tue, 17 Jan 2012 14:48:10 +0100
branchpopcorn-port
changeset 646 2b8b2a94ee92
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
limit where the widget can position itself.

{{! 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>