From 7fa08c45df0d8c726e229e6448a4d2d31a47c2ee Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 9 Mar 2010 12:31:58 +0000 Subject: Edit profile icon ui fixed. git-svn-id: http://code.elgg.org/elgg/trunk@5324 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/css.php | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'mod/profile/views/default/profile/css.php') diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index de7c8b027..dea780ceb 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -250,14 +250,6 @@ p.visit_twitter a { } -/* *************************************** - edit profile page -*************************************** */ -form#edit_profile { - margin-top:10px; -} - - /* *************************************** user avatar upload & crop page *************************************** */ @@ -276,21 +268,17 @@ form#edit_profile { margin:20px 0 0 0; padding:10px 0 0 0; } -#avatar_croppingtool .current_user_avatar { +#user_avatar { float: left; margin-right: 20px; } -#avatar_croppingtool .user_avatar_crop_preview { +#user_avatar_preview { float: left; position: relative; overflow: hidden; width: 100px; height: 100px; } -/* @todo fix image cropping */ -#avatar_cropping img.current_user_avatar { - max-width:560px; -} /* *************************************** -- cgit v1.2.3