diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-07 01:53:53 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-07 01:53:53 +0000 |
commit | a9e6be34cb830106377de20ddf59a5b536ca47ec (patch) | |
tree | 099a07797ef98140c7b82c24b1141f28e3be3031 /mod/search/views/default | |
parent | 60832059f8f29761e7c7dc8457f6ff97e0e74a55 (diff) | |
download | elgg-a9e6be34cb830106377de20ddf59a5b536ca47ec.tar.gz elgg-a9e6be34cb830106377de20ddf59a5b536ca47ec.tar.bz2 |
Refs #3108 added more sprites and a license file - no visible changes
git-svn-id: http://code.elgg.org/elgg/trunk@8947 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/search/views/default')
-rw-r--r-- | mod/search/views/default/search/css.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/search/views/default/search/css.php b/mod/search/views/default/search/css.php index e4abb6a25..601536c81 100644 --- a/mod/search/views/default/search/css.php +++ b/mod/search/views/default/search/css.php @@ -30,11 +30,11 @@ Search plugin font-size: 12px; font-weight: bold; padding: 2px 4px 2px 26px; - background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 2px -220px; + background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 2px -718px; } .elgg-search input[type=text]:focus, .elgg-search input[type=text]:active { background-color: white; - background-position: 2px -257px; + background-position: 2px -700px; border: 1px solid white; color: #0054A7; } |