diff options
author | friendica <info@friendica.com> | 2014-04-16 20:33:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-16 20:33:15 -0700 |
commit | f191637ffa942cdbf623ad45b29050f51f60ecee (patch) | |
tree | cfd0905331dd2608ca4ee4a26b90e4dd3a2e06f3 /view | |
parent | 9be4cd4dcdd7975404b7e0a9b71071517d37ec90 (diff) | |
download | volse-hubzilla-f191637ffa942cdbf623ad45b29050f51f60ecee.tar.gz volse-hubzilla-f191637ffa942cdbf623ad45b29050f51f60ecee.tar.bz2 volse-hubzilla-f191637ffa942cdbf623ad45b29050f51f60ecee.zip |
clean up the group selector on the connedit page
Diffstat (limited to 'view')
-rw-r--r-- | view/css/widgets.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index d100ae3ec..5087957b2 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -114,9 +114,12 @@ margin-top: 3px; } +.sidebar-group-li input { + float: right; +} + .groupsideedit { float: right; - margin-right: 10px; } .group-edit-icon { |