diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-12 16:28:31 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-12 16:28:31 +0000 |
commit | 814ece73a196977d47c23cd02f543e6e2ab41a62 (patch) | |
tree | a590b528d716ef2d3b7ba77be60639bda0adf029 /mod/profile | |
parent | d829e66a97fdb2965cf88662cd366a92ebe6a6e5 (diff) | |
download | elgg-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')
-rw-r--r-- | mod/profile/views/default/profile/css.php | 10 |
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; } |