From b993fdba7b19aba051c56d4ec73426fc76b583b0 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 8 Jun 2010 09:42:36 +0000 Subject: Updated display and position of likes lists. Added js to dismiss list if a click outside the list is detected, also added js so only one list is viewable at a time. git-svn-id: http://code.elgg.org/elgg/trunk@6392 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 082a60b15..151360d73 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1526,6 +1526,9 @@ a.action_button:focus { .likes_list_holder .elgg_likes_user .entity_listing_info { width:305px; } +.entity_listing .elgg_likes_user .entity_metadata { + min-width:20px !important; +} .elgg_likes_user .entity_listing_icon { margin:3px 0 4px 2px; } -- cgit v1.2.3