aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-09 12:23:54 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-09 12:23:54 +0000
commit9848b01be937643f79b518246cabfb0d8600e4be (patch)
treecd847df84cf2bd7c5dd7733176cbe1712e1acd59 /views
parenta4b0f36ff9d347cc22b8063cadf0505c8fa87494 (diff)
downloadelgg-9848b01be937643f79b518246cabfb0d8600e4be.tar.gz
elgg-9848b01be937643f79b518246cabfb0d8600e4be.tar.bz2
new avatar crop page and instructions
git-svn-id: https://code.elgg.org/elgg/trunk@1354 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/css.php50
1 files changed, 50 insertions, 0 deletions
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