src/templates/sliceWidget.html
author hamidouk
Mon, 06 Feb 2012 11:37:48 +0100
branchslicewidget-redo
changeset 780 2ae03b1d2797
parent 537 61fd3968ab06
permissions -rw-r--r--
WIP - trying to redo the slicewidget with raphael's idea.

{{! template for the slice widget }}
<div class='Ldt-sliceWidget'>
  {{! the whole bar }}
  <div class='Ldt-sliceBackground'></div>
  
  <div class='Ldt-sliceLeftHandle' style='width: 0px;'>
    <div></div> <!-- div containing the slice image -->
  </div>
  {{! the zone which represents our slice }}
  <div class='Ldt-sliceZone'></div>   
  <div class='Ldt-sliceRightHandle' style='width: 0px;'>
    <div></div> <!-- div containing the slice image -->
  </div>
</div>