aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-28 22:09:42 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-28 22:09:42 +0000
commit4b8a68e7e71178499abf7013f061cdc91e350e16 (patch)
treea7b507880d57803a8533ee6f7f209684c957af3c
parent17cf93419c67ed4f809d82a547ab46b431e0d71a (diff)
downloadelgg-4b8a68e7e71178499abf7013f061cdc91e350e16.tar.gz
elgg-4b8a68e7e71178499abf7013f061cdc91e350e16.tar.bz2
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
-rw-r--r--mod/twitter/views/default/twitter/css.php5
1 files changed, 4 insertions, 1 deletions
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(<?php echo elgg_get_site_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;