From c3273dfcdc6d4dec893e7ae755a647e88665c815 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 13 Jul 2010 04:05:23 -0700 Subject: group editor cleanup --- view/group_edit.tpl | 11 ++++++++--- view/style.css | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/group_edit.tpl b/view/group_edit.tpl index ebe32f472..7cfd0fe3e 100644 --- a/view/group_edit.tpl +++ b/view/group_edit.tpl @@ -3,16 +3,21 @@
-
+
- +
- + $selector
+
+
+ +
+
diff --git a/view/style.css b/view/style.css index cd10102d4..f8582d97b 100644 --- a/view/style.css +++ b/view/style.css @@ -833,6 +833,41 @@ input#dfrn-url { clear: both; } +#group-edit-name-label { + float: left; + width: 175px; + margin-top: 20px; + margin-bottom: 20px; +} + +#group-edit-name { + float: left; + width: 225px; + margin-top: 20px; + margin-bottom: 20px; +} + +#group-edit-name-wrapper { + + +} + + +#group_members_select_label { + display: block; + float: left; + width: 175px; +} + .group_members_select { - width: 200px; + float: left; + width: 230px; + overflow: auto; +} + +#group_members_select_end { + clear: both; +} +#group-edit-name-end { + clear: both; } \ No newline at end of file -- cgit v1.2.3