src/templates/player.html
author hamidouk
Mon, 02 Jan 2012 12:41:13 +0100
branchpopcorn-port
changeset 560 68e91efc5a58
parent 559 04e73ddebfa7
child 564 a560a162f444
permissions -rw-r--r--
the arrow is now aligned with the pixels under it.

{{! 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'>00:00</div>
      <div class='Ldt-TimeSeparator'>/</div>
      <div class='Ldt-TotalTime'>00:00</div>
    </div>
		<div class='Ldt-button Ldt-CtrlSound'></div>
	</div>
</div>