aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css.php')
-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