diff options
author | Friendika <info@friendika.com> | 2011-04-11 22:47:16 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-11 22:47:16 -0700 |
commit | 6da84027afa18633ac5d5dacce99bb244be2aa7b (patch) | |
tree | fcaa525731a8b9cf0a21206faa4d52405663547e /view | |
parent | 98712bce7622d618eecaf0a785f3664dd8648ce2 (diff) | |
download | volse-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.css | 11 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 12 |
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; +} + |