From 5545c8ada9e44fd417d592c97365022a320aafef Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 12 Apr 2011 05:37:26 -0700 Subject: cleanup --- view/group_edit.tpl | 8 +------- view/theme/duepuntozero/style.css | 6 +++++- view/theme/loozah/style.css | 5 ++++- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'view') diff --git a/view/group_edit.tpl b/view/group_edit.tpl index a955d50f9..51782ab95 100644 --- a/view/group_edit.tpl +++ b/view/group_edit.tpl @@ -8,17 +8,11 @@
-
- -$selector - -
$drop -
- +
$desc
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; +} diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 76c2df46b..8c1a79ec2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2254,7 +2254,7 @@ a.mail-list-link { #group-members { margin-top: 20px; padding: 10px; - height: 450px; + height: 250px; overflow: auto; border: 1px solid #ddd; } @@ -2279,3 +2279,6 @@ a.mail-list-link { clear: both; } +#group-edit-desc { + margin-top: 15px; +} -- cgit v1.2.3