aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/views/default/profile/css.php')
-rw-r--r--mod/profile/views/default/profile/css.php45
1 files changed, 33 insertions, 12 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index d252dec68..e24f555a9 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -14,9 +14,11 @@
}
.profile .elgg-inner {
margin: 0 5px;
- border: 2px solid #eeeeee;
+ border: 2px solid #eee;
+
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
+ border-radius: 8px;
}
#profile-details {
padding: 15px;
@@ -25,7 +27,7 @@
#profile-owner-block {
width: 200px;
float: left;
- background-color: #eeeeee;
+ background-color: #eee;
padding: 15px;
}
#profile-owner-block .large {
@@ -37,8 +39,11 @@
}
.profile-content-menu a {
display: block;
+
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
+ border-radius: 8px;
+
background-color: white;
margin: 3px 0 5px 0;
padding: 2px 4px 2px 8px;
@@ -53,16 +58,21 @@
}
.profile-admin-menu-wrapper a {
display: block;
+
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
+ border-radius: 8px;
+
background-color: white;
margin: 3px 0 5px 0;
padding: 2px 4px 2px 8px;
}
.profile-admin-menu-wrapper {
background-color: white;
+
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
+ border-radius: 8px;
}
.profile-admin-menu-wrapper li a {
background-color: white;
@@ -74,32 +84,43 @@
}
/*** profile details ***/
#profile-details .odd {
- background-color:#f4f4f4;
+ background-color: #f4f4f4;
+
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
- margin:0 0 7px 0;
- padding:2px 4px 2px 4px;
+ border-radius: 4px;
+
+ margin: 0 0 7px;
+ padding: 2px 4px;
}
#profile-details .even {
background-color:#f4f4f4;
+
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
- margin:0 0 7px 0;
- padding:2px 4px 2px 4px;
+ border-radius: 4px;
+
+ margin: 0 0 7px;
+ padding: 2px 4px;
}
.profile-aboutme-title {
background-color:#f4f4f4;
+
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
- margin:0 0 0px 0;
- padding:2px 4px 2px 4px;
+ border-radius: 4px;
+
+ margin: 0;
+ padding: 2px 4px;
}
.profile-aboutme-contents {
- padding:2px 0 0 3px;
+ padding: 2px 0 0 3px;
}
.profile-banned-user {
- border:2px solid red;
- padding:4px 8px;
+ border: 2px solid red;
+ padding: 4px 8px;
+
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
+ border-radius: 6px;
}