src/templates/tweetWidget.html
author hamidouk
Thu, 24 Nov 2011 17:20:00 +0100
branchpopcorn-port
changeset 325 caa276ab3430
parent 278 ff20c80c6845
child 360 326fd52d95bb
permissions -rw-r--r--
got a minimized version of the segmentWidget which looks like the one in the spec. The maximized version is not implemented though.

{{! template for the tweet widget }}
<div class='Ldt-tweetWidget'>
  <div class='Ldt-tweetWidgetMinimize'>Minimize</div>
  <div class='Ldt-tweetAvatar'>

  </div>
  <div class='Ldt-tweetContents'>

  </div>
</div>