From a9e6be34cb830106377de20ddf59a5b536ca47ec Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 7 Apr 2011 01:53:53 +0000 Subject: 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 --- mod/messages/views/default/messages/css.php | 11 +---------- mod/search/views/default/search/css.php | 4 ++-- 2 files changed, 3 insertions(+), 12 deletions(-) (limited to 'mod') diff --git a/mod/messages/views/default/messages/css.php b/mod/messages/views/default/messages/css.php index 95f911451..f304e0f15 100644 --- a/mod/messages/views/default/messages/css.php +++ b/mod/messages/views/default/messages/css.php @@ -39,16 +39,7 @@ float: left; width: 5%; } - -/*** messages/new messages icon & counter in elgg-topbar ***/ -.messages-icon { - background:transparent url(mod/messages/graphics/toolbar_messages_icon.gif) no-repeat left 2px; - position: relative; -} -.messages-icon:hover { - text-decoration: none; - background-position: left -36px; -} +/*** topbar icon ***/ .messages-new { color: white; background-color: red; 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(_graphics/elgg_sprites.png) no-repeat 2px -220px; + background: transparent 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; } -- cgit v1.2.3