diff options
author | Friendika <info@friendika.com> | 2011-04-12 01:31:55 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-12 01:31:55 -0700 |
commit | 61915a524debe3db08a07f0adb86033ee894be28 (patch) | |
tree | 6eddd43d6e6994bf2571b868ba0f4db515eb520e /view/theme | |
parent | 6da84027afa18633ac5d5dacce99bb244be2aa7b (diff) | |
download | volse-hubzilla-61915a524debe3db08a07f0adb86033ee894be28.tar.gz volse-hubzilla-61915a524debe3db08a07f0adb86033ee894be28.tar.bz2 volse-hubzilla-61915a524debe3db08a07f0adb86033ee894be28.zip |
first cut at group chooser UI
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 19 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 20 |
2 files changed, 39 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index cc55f7887..8bddbdfba 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2229,9 +2229,28 @@ a.mail-list-link { #group-members { margin-top: 20px; + padding: 10px; + height: 450px; + overflow: auto; + border: 1px solid #ddd; } #group-members-end { clear: both; } +#group-separator { + margin-top: 10px; + margin-bottom: 10px; +} + +#group-all-contacts { + padding: 10px; + height: 450px; + overflow: auto; + border: 1px solid #ddd; +} + +#group-all-contacts-end { + clear: both; +} diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 17b4e7fb2..76c2df46b 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2253,9 +2253,29 @@ a.mail-list-link { #group-members { margin-top: 20px; + padding: 10px; + height: 450px; + overflow: auto; + border: 1px solid #ddd; } #group-members-end { clear: both; } +#group-separator { + margin-top: 10px; + margin-bottom: 10px; +} + +#group-all-contacts { + padding: 10px; + height: 450px; + overflow: auto; + border: 1px solid #ddd; +} + +#group-all-contacts-end { + clear: both; +} + |