src/templates/tooltip.html
author hamidouk
Tue, 29 Nov 2011 11:09:08 +0100
branchpopcorn-port
changeset 345 8a088f7daa66
parent 335 54c0686efd85
permissions -rw-r--r--
rollover over the interface buttons now works as expected. Also changed the width of the buttons to the correct size. Resized the width and height of the sprites to be the same as the boxes we display them in.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 42
diff changeset
     1
{{! template used by the jquery ui tooltip }}
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 42
diff changeset
     2
<div class='Ldt-tooltip'>
335
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 221
diff changeset
     3
  <div class='title'>{{title}}</div>
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 221
diff changeset
     4
  <div class='time'>{{begin}} : {{end}} </div>
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 221
diff changeset
     5
  <div class='description'>{{description}}</div>
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 221
diff changeset
     6
</div>