diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-08 09:42:36 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-08 09:42:36 +0000 |
commit | b993fdba7b19aba051c56d4ec73426fc76b583b0 (patch) | |
tree | 222a7f505f67ac0bf4e3dea66d77b6e974ea096a /views/default/css.php | |
parent | 309433062ad019f61a73cca7090e15a8b6fab4ea (diff) | |
download | elgg-b993fdba7b19aba051c56d4ec73426fc76b583b0.tar.gz elgg-b993fdba7b19aba051c56d4ec73426fc76b583b0.tar.bz2 |
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
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |