From f157509b3cd60f227c9f5aca0b3d4c9cdd13dfe3 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 11 Mar 2010 15:22:18 +0000 Subject: Updated friends/members listings when there is a latest wire post to display. git-svn-id: http://code.elgg.org/elgg/trunk@5364 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/thewire/css.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/thewire/views') diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php index 6cd92dd99..8b46f4b18 100644 --- a/mod/thewire/views/default/thewire/css.php +++ b/mod/thewire/views/default/thewire/css.php @@ -56,6 +56,9 @@ background-repeat: no-repeat; background-position: right bottom; } +.members_list .wire_post { /* when displayed in lists of friends */ + margin-top:4px; +} .wire_post_contents { background-color: #eeeeee; margin:0; -- cgit v1.2.3