diff options
author | friendica <info@friendica.com> | 2015-03-03 14:38:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-03 14:38:34 -0800 |
commit | 44b714d0eb13263d5900bd8d51bf3995388f4bd0 (patch) | |
tree | ff896aa9ad630924de5ef4cfa49b9087d81d217d /view/css | |
parent | ec65c76a669be448c4e64aadd228886085733600 (diff) | |
download | volse-hubzilla-44b714d0eb13263d5900bd8d51bf3995388f4bd0.tar.gz volse-hubzilla-44b714d0eb13263d5900bd8d51bf3995388f4bd0.tar.bz2 volse-hubzilla-44b714d0eb13263d5900bd8d51bf3995388f4bd0.zip |
group/collection edit page cleanup
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_group.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/css/mod_group.css b/view/css/mod_group.css index 91d5b2136..b828e551d 100644 --- a/view/css/mod_group.css +++ b/view/css/mod_group.css @@ -2,7 +2,7 @@ #group-new-submit-wrapper { margin-top: 30px; } - +/* #group-edit-form > label { float: left; width: 300px; @@ -16,7 +16,7 @@ #group-edit-form .field { clear: both; } - +*/ #group-edit-submit-wrapper input { clear: both; width: 100px; @@ -25,7 +25,7 @@ #group-edit-select-end { clear: both; } - +/* #group-edit-name-label { float: left; width: 175px; @@ -44,7 +44,7 @@ } - +*/ #group_members_select_label { display: block; |