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.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index f280db565..b2a3ff935 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -87,18 +87,17 @@
margin:0 0 7px 0;
padding:2px 4px 2px 4px;
}
-#profile-details .aboutme_title {
+.profile-aboutme-title {
background-color:#f4f4f4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
margin:0 0 0px 0;
padding:2px 4px 2px 4px;
}
-#profile-details .aboutme_contents {
+.profile-aboutme-contents {
padding:2px 0 0 3px;
}
-/* banned user full profile panel */
-#profile_content .banned_user {
+.profile-banned-user {
border:2px solid red;
padding:4px 8px;
-webkit-border-radius: 6px;