diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-16 14:42:31 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-16 14:42:31 +0000 |
commit | ee118e3dc871133e528fdd5780769a608401764e (patch) | |
tree | 544039dc6337208b96e2ac82d0ab97ff124f240a /views/default/css.php | |
parent | de5cd1611cf9fb9e34028f319a8e142c9f26d326 (diff) | |
download | elgg-ee118e3dc871133e528fdd5780769a608401764e.tar.gz elgg-ee118e3dc871133e528fdd5780769a608401764e.tar.bz2 |
Tweaked 'Likes' icon css.
git-svn-id: http://code.elgg.org/elgg/trunk@5770 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/css.php b/views/default/css.php index 2d534c4d5..57b5e688b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1446,7 +1446,7 @@ a.action_button:focus { } .likes_list_holder a.user_like { cursor:pointer; - background: url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png) no-repeat left -100px; + background: url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png) no-repeat left -101px; text-indent: -9000em; text-align: left; display:block; @@ -1456,12 +1456,12 @@ a.action_button:focus { float:left; } .likes_list_holder a.user_like:hover { - background-position: left -130px; + background-position: left -131px; } .likes_list_holder .likes_list_button.link { float:left; text-align: left; - background: url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png) no-repeat left -130px; + background: url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png) no-repeat left -131px; padding-left:21px; height:20px; } |