# HG changeset patch # User hamidouk # Date 1322666157 -3600 # Node ID 82363c149ee8e0b651087d99417c1b0cb060054e # Parent c61c8c544c84fffd31f419758922a6f825c99a22 added styling for the arrow and the retweet and reply buttons. diff -r c61c8c544c84 -r 82363c149ee8 src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Wed Nov 30 16:15:38 2011 +0100 +++ b/src/css/LdtPlayer.css Wed Nov 30 16:15:57 2011 +0100 @@ -378,8 +378,19 @@ float: left; } + .Ldt-tweetAvatar-profileArrow { + float: left; + height: 48px; + margin-left: 5px; + margin-right: 5px; + } + + .Ldt-tweetContents { + } + .Ldt-tweet_date { + float: left; } .Ldt-tweetWidgetMinimize { @@ -387,7 +398,6 @@ float: right; height: 17px; width: 17px; - background:url('imgs/minimize.png') repeat scroll transparent ; right: 9px; } @@ -396,6 +406,48 @@ } + .Ldt-TweetReply { + float: left; + margin-left: 16px; + } + + .Ldt-TweetReplyIcon { + background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; + width: 14px; + height: 11px; + float: left; + margin-top: 2px; + } + + .Ldt-TweetReplyIcon:hover { + background-position: 0 -11px; + } + + .Ldt-TweetReplyIcon:active { + background-position: 0 -22px; + } + + .Ldt-Retweet { + float: left; + margin-left: 16px; + } + + .Ldt-RetweetIcon { + background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; + width: 14px; + height: 8px; + float: left; + margin-top: 3px; + } + + .Ldt-RetweetIcon:hover { + background-position: 0 -8px; + } + + .Ldt-RetweetIcon:active { + background-position: 0 -16px; + } + /* the styling of a spacer div */ .Ldt-spacer { background-color:#eeeeee;