From e463f5079c9eef80350184cdb8af968dc416e90e Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 15 Mar 2010 12:01:31 +0000 Subject: Updates to Twitter and TwitterService UI. git-svn-id: http://code.elgg.org/elgg/trunk@5398 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/twitter/views/default/twitter/css.php | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'mod/twitter/views/default/twitter/css.php') diff --git a/mod/twitter/views/default/twitter/css.php b/mod/twitter/views/default/twitter/css.php index f0e51ccb5..96b4d415f 100644 --- a/mod/twitter/views/default/twitter/css.php +++ b/mod/twitter/views/default/twitter/css.php @@ -1,26 +1,22 @@ - - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ - */ - + + * @copyright Curverider Ltd 2008-2010 + * @link http://elgg.com/ + */ ?> #twitter_widget { margin:0 10px 0 10px; } - #twitter_widget ul { margin:0; padding:0; } - #twitter_widget li { background: url(mod/twitter/graphics/thewire_speech_bubble.gif) no-repeat right bottom; list-style-image:none; @@ -30,7 +26,6 @@ padding:0; overflow-x: hidden; } - #twitter_widget li span { color:#666666; background:white; @@ -39,12 +34,14 @@ padding:5px; display:block; } - p.visit_twitter a { background:url(mod/twitter/graphics/twitter.png) left no-repeat; padding:0 0 0 20px; margin:0; } +p.twitter_username .input_text { + width:200px; +} .visit_twitter { background:white; -webkit-border-radius: 8px; @@ -52,12 +49,10 @@ p.visit_twitter a { padding:2px; margin:0 0 5px 0; } - #twitter_widget li a { display:block; margin:0 0 0 4px; } - #twitter_widget li span a { display:inline !important; } \ No newline at end of file -- cgit v1.2.3