aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-11 22:47:16 -0700
committerFriendika <info@friendika.com>2011-04-11 22:47:16 -0700
commit6da84027afa18633ac5d5dacce99bb244be2aa7b (patch)
treefcaa525731a8b9cf0a21206faa4d52405663547e /view
parent98712bce7622d618eecaf0a785f3664dd8648ce2 (diff)
downloadvolse-hubzilla-6da84027afa18633ac5d5dacce99bb244be2aa7b.tar.gz
volse-hubzilla-6da84027afa18633ac5d5dacce99bb244be2aa7b.tar.bz2
volse-hubzilla-6da84027afa18633ac5d5dacce99bb244be2aa7b.zip
visual display of group members
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css11
-rw-r--r--view/theme/loozah/style.css12
2 files changed, 21 insertions, 2 deletions
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;
+}
+