aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-12 16:28:31 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-12 16:28:31 +0000
commit814ece73a196977d47c23cd02f543e6e2ab41a62 (patch)
treea590b528d716ef2d3b7ba77be60639bda0adf029 /mod/profile/views/default/profile/css.php
parentd829e66a97fdb2965cf88662cd366a92ebe6a6e5 (diff)
downloadelgg-814ece73a196977d47c23cd02f543e6e2ab41a62.tar.gz
elgg-814ece73a196977d47c23cd02f543e6e2ab41a62.tar.bz2
Collected all core sprites into graphics and updated css accordingly. Removed unused core graphics. Moved plugin-specific graphics into respective plugins graphics directories.
git-svn-id: http://code.elgg.org/elgg/trunk@5700 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default/profile/css.php')
-rw-r--r--mod/profile/views/default/profile/css.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index df8ba05ee..61e85e1c7 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -224,7 +224,7 @@
twitter panel within profile
*************************************** */
ul#twitter_update_list li {
- background-image: url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/speech_bubble_tail.gif);
+ background-image: url(<?php echo $vars['url']; ?>mod/profile/graphics/speech_bubble_tail.gif);
background-position:right bottom;
background-repeat: no-repeat;
list-style-image:none;
@@ -250,7 +250,7 @@ ul#twitter_update_list li span a {
display:inline !important;
}
p.visit_twitter a {
- background:url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/twitter16px.png) left no-repeat;
+ background:url(<?php echo $vars['url']; ?>mod/profile/graphics/twitter16px.png) left no-repeat;
padding:0 0 0 20px;
margin:0;
}
@@ -336,17 +336,17 @@ p.visit_twitter a {
bottom:0;
}
.avatar_menu_arrow {
- background: url(<?php echo $vars['url']; ?>_graphics/avatar_menu_arrows.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png) no-repeat -150px top;
width:15px;
height:15px;
}
.avatar_menu_arrow_on {
- background: url(<?php echo $vars['url']; ?>_graphics/avatar_menu_arrows.gif) no-repeat left -16px;
+ background: url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png) no-repeat -150px -16px;
width:15px;
height:15px;
}
.avatar_menu_arrow_hover {
- background: url(<?php echo $vars['url']; ?>_graphics/avatar_menu_arrows.gif) no-repeat left -32px;
+ background: url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png) no-repeat -150px -32px;
width:15px;
height:15px;
}