src/templates/tweetWidget.html
author hamidouk
Wed, 30 Nov 2011 16:15:57 +0100
branchpopcorn-port
changeset 366 82363c149ee8
parent 363 8d4b329836b6
child 367 277a9f5f342c
permissions -rw-r--r--
added styling for the arrow and the retweet and reply buttons.

{{! template for the tweet widget }}
<div class='Ldt-tweetWidget'>
  <img src='{{img_dir}}/minimize.png' class='Ldt-tweetWidgetMinimize' alt='minimize window'></img>
  <div class='Ldt-tweetAvatar'></div>
  <img src='{{img_dir}}/profile_arrow.png' class='Ldt-tweetAvatar-profileArrow'></img>
  <div class='Ldt-tweetContents'>

  </div>
  <div class='Ldt-Retweet'><div class='Ldt-RetweetIcon'></div> - Retweet </div>
  <div class='Ldt-TweetReply'><div class='Ldt-TweetReplyIcon'></div> - Reply</div>
</div>