From 61915a524debe3db08a07f0adb86033ee894be28 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 12 Apr 2011 01:31:55 -0700 Subject: first cut at group chooser UI --- view/theme/duepuntozero/style.css | 19 +++++++++++++++++++ view/theme/loozah/style.css | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) (limited to 'view/theme') 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; +} + -- cgit v1.2.3