From 9848b01be937643f79b518246cabfb0d8600e4be Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 9 Jul 2008 12:23:54 +0000 Subject: new avatar crop page and instructions git-svn-id: https://code.elgg.org/elgg/trunk@1354 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 99d8c4f82..7c4b1210e 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1254,6 +1254,56 @@ table.search_gallery { padding:0 0 0 14px; margin:0; } + +/* page titles */ +#canvas_header { + margin:0 0 20px 0; + padding:0 0 5px 0; + border-bottom:1px solid #4690d6; +} + +#canvas_header #canvas_header_content h2 { + + +} + +/* profile picture upload n crop page */ +#profile_picture_form { + height:145px; +} +#current_user_avatar { + float:left; + width:160px; + height:130px; + border-right:1px solid #cccccc; + margin:0 20px 0 0; +} +#profile_picture_croppingtool { + border-top: 1px solid #cccccc; + margin:20px 0 0 0; + padding:10px 0 0 0; +} +#profile_picture_croppingtool #user_avatar { + float: left; + margin-right: 20px; +} +#profile_picture_croppingtool #applycropping { + +} +#profile_picture_croppingtool #user_avatar_preview { + float: left; + position: relative; + overflow: hidden; + width: 100px; + height: 100px; +} + + + + + + + \ No newline at end of file -- cgit v1.2.3