From 9bc9a3e7590ba15039b019da22c60bdd9d9868e0 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 18 Dec 2010 21:25:54 +0000 Subject: pulling the avatar code out of the profile plugin - just some minor icon related code left git-svn-id: http://code.elgg.org/elgg/trunk@7671 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/css.php | 32 ------------------------------- 1 file changed, 32 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 537d9261e..812daf16d 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -308,38 +308,6 @@ p.visit_twitter a { border-top:1px solid #dedede; } - -/* *************************************** - user avatar upload & crop page -*************************************** */ -#avatar_upload { - height:145px; -} -#current_user_avatar { - float:left; - width:160px; - height:130px; - border-right:1px solid #cccccc; - margin:0 20px 0 0; -} -#avatar_croppingtool { - border-top: 1px solid #cccccc; - margin:20px 0 0 0; - padding:10px 0 0 0; -} -#user_avatar { - float: left; - margin-right: 20px; -} -#user_avatar_preview { - float: left; - position: relative; - overflow: hidden; - width: 100px; - height: 100px; -} - - /* *************************************** banned user *************************************** */ -- cgit v1.2.3