diff options
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 8c1a79ec2..a4c504d23 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2282,3 +2282,37 @@ a.mail-list-link { #group-edit-desc { margin-top: 15px; } + + +#prof-members { + margin-top: 20px; + padding: 10px; + height: 250px; + overflow: auto; + border: 1px solid #ddd; +} + +#prof-members-end { + clear: both; +} + +#prof-separator { + margin-top: 10px; + margin-bottom: 10px; +} + +#prof-all-contacts { + padding: 10px; + height: 450px; + overflow: auto; + border: 1px solid #ddd; +} + +#prof-all-contacts-end { + clear: both; +} + +#prof-edit-desc { + margin-top: 15px; +} + |