From 4b8a68e7e71178499abf7013f061cdc91e350e16 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 28 Apr 2011 22:09:42 +0000 Subject: hacking the 1.7 css for current twitter widget so it looks decent for screenshots git-svn-id: http://code.elgg.org/elgg/trunk@9051 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/twitter/views/default/twitter/css.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/twitter/views/default/twitter/css.php b/mod/twitter/views/default/twitter/css.php index ffabdf98c..cb58e8fb1 100644 --- a/mod/twitter/views/default/twitter/css.php +++ b/mod/twitter/views/default/twitter/css.php @@ -14,13 +14,16 @@ padding:0; } #twitter_widget li { - background: url(mod/twitter/graphics/thewire_speech_bubble.gif) no-repeat right bottom; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0 0 5px 0; padding:0; overflow-x: hidden; + border: 2px solid #dedede; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; } #twitter_widget li span { color:#666666; -- cgit v1.2.3