diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-11 15:22:18 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-11 15:22:18 +0000 |
commit | f157509b3cd60f227c9f5aca0b3d4c9cdd13dfe3 (patch) | |
tree | 2452f8a6ee772cb21d1fb3faf2c49a1afd7223c9 /mod/thewire/views/default | |
parent | e1cf670acfd8d786aec086d1bd5bb2ff96cd5870 (diff) | |
download | elgg-f157509b3cd60f227c9f5aca0b3d4c9cdd13dfe3.tar.gz elgg-f157509b3cd60f227c9f5aca0b3d4c9cdd13dfe3.tar.bz2 |
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
Diffstat (limited to 'mod/thewire/views/default')
-rw-r--r-- | mod/thewire/views/default/thewire/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
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; |