aboutsummaryrefslogtreecommitdiff
path: root/mod/twitter/views/default/twitter/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-15 12:01:31 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-15 12:01:31 +0000
commite463f5079c9eef80350184cdb8af968dc416e90e (patch)
tree09b763caa2b477a85cd78146b6c38ee6fc3488d2 /mod/twitter/views/default/twitter/css.php
parent67b6b75b0271228dbe0fd27656ec67c66001fc34 (diff)
downloadelgg-e463f5079c9eef80350184cdb8af968dc416e90e.tar.gz
elgg-e463f5079c9eef80350184cdb8af968dc416e90e.tar.bz2
Updates to Twitter and TwitterService UI.
git-svn-id: http://code.elgg.org/elgg/trunk@5398 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/twitter/views/default/twitter/css.php')
-rw-r--r--mod/twitter/views/default/twitter/css.php31
1 files changed, 13 insertions, 18 deletions
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 @@
-<?php
-
- /**
- * Elgg Twitter CSS
- *
- * @package ElggTwitter
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
- */
-
+<?php
+/**
+ * Elgg Twitter CSS
+ *
+ * @package ElggTwitter
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider <info@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(<?php echo $vars['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(<?php echo $vars['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