From 6da84027afa18633ac5d5dacce99bb244be2aa7b Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 11 Apr 2011 22:47:16 -0700 Subject: visual display of group members --- view/theme/duepuntozero/style.css | 11 ++++++++++- view/theme/loozah/style.css | 12 +++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 32d88493c..cc55f7887 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2225,4 +2225,13 @@ a.mail-list-link { position: absolute; top: 0; left: 0; -) +} + +#group-members { + margin-top: 20px; +} + +#group-members-end { + clear: both; +} + diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 0872691dc..17b4e7fb2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2248,4 +2248,14 @@ a.mail-list-link { position: absolute; top: 0; left: 0; -) +} + + +#group-members { + margin-top: 20px; +} + +#group-members-end { + clear: both; +} + -- cgit v1.2.3