From 970048280219ea6449c42d300dd20b5ece18adc7 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 20 Apr 2010 17:05:51 +0000 Subject: Added the beginnings of a drop-down login box for Elgg as an alternative to the front-page login box in the homepage sidebar. git-svn-id: http://code.elgg.org/elgg/trunk@5812 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 2afe89dbd..0cd6f2533 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -535,12 +535,12 @@ li.navigation_more:hover a { li.navigation_more a.subnav span { background-image: url(_graphics/elgg_sprites.png); background-repeat: no-repeat; - background-position: -150px -46px; + background-position: -150px -56px; padding-left: 12px; } li.navigation_more:hover a.subnav span, li.navigation_more a.subnav:hover span { - background-position: -150px -66px; + background-position: -150px -76px; } li.navigation_more ul { z-index: 7000; -- cgit v1.2.3