From 1125499d202b156ed382e12962713f51d7c81444 Mon Sep 17 00:00:00 2001 From: Cezar Sa Espinola Date: Thu, 8 Apr 2010 00:15:24 -0300 Subject: [PATCH] Removing some inline styles and organizing them into base.css --- css/base.css | 16 ++++++++++++++++ popup.html | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/css/base.css b/css/base.css index d4500582..32b9fbf0 100755 --- a/css/base.css +++ b/css/base.css @@ -247,6 +247,22 @@ input[type='text'] { width: 48px; } +.tweet img.profile.retweet_source { + margin-right: 0px; + width: 40px; + height: 40px; +} + +.tweet img.profile.retweet_retweeter { + margin-bottom: 20px; + margin-right: -12px; + position: relative; + top: 24px; + left: -16px; + width: 24px; + height: 24px; +} + .tweet img.retweet { width: 14px; height: 14px; diff --git a/popup.html b/popup.html index bcee767d..fa904afc 100755 --- a/popup.html +++ b/popup.html @@ -810,8 +810,8 @@ str += '
'; str += '
'; if(tweet.retweeted_status) { - str += ''; - str += '' + str += ''; + str += '' } else { str += ''; }