diff options
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
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; +} + |