src/templates/sliceWidget.html
author veltr
Mon, 23 Apr 2012 19:11:08 +0200
branchnew-model
changeset 875 43629caa77bc
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
Big refactoring of widget files + started migration of segmentwidget

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