diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 8bddbdfba..4ef0a05e1 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2230,7 +2230,7 @@ a.mail-list-link { #group-members { margin-top: 20px; padding: 10px; - height: 450px; + height: 250px; overflow: auto; border: 1px solid #ddd; } @@ -2254,3 +2254,7 @@ a.mail-list-link { #group-all-contacts-end { clear: both; } + +#group-edit-desc { + margin-top: 15px; +} |