src/templates/player.html
author hamidouk
Tue, 29 Nov 2011 11:09:08 +0100
branchpopcorn-port
changeset 345 8a088f7daa66
parent 344 9799f50b7ac5
child 447 52aad2da881b
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.

{{! template for the radio player }}
<div class='Ldt-controler demo'>
	<div class='Ldt-LeftPlayerControls'>
    <div class='Ldt-button Ldt-CtrlPlay'></div>
		<div class='Ldt-button Ldt-CtrlAnnotate'></div>
    <div class='Ldt-button Ldt-CtrlSearch'></div>
	</div>	
	<div class='Ldt-RightPlayerControls'>
    <div class='Ldt-Time'>
      <div class='Ldt-ElapsedTime'></div>
      <div class='Ldt-TimeSeparator'>/</div>
      <div class='Ldt-TotalTime'></div>
    </div>
		<div class='Ldt-button Ldt-CtrlSound'>Sound</div>
	</div>
</div>