]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
hacking the 1.7 css for current twitter widget so it looks decent for screenshots
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 22:09:42 +0000 (22:09 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 22:09:42 +0000 (22:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@9051 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/twitter/views/default/twitter/css.php

index ffabdf98c92c119fd386e4ee508c8351c2c8edec..cb58e8fb13f1937568df4b9db294f1282ee5640e 100644 (file)
        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;