aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-27 21:00:53 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-27 21:00:53 +0000
commit97530e4d5aa108e8cd0531d53f1f30c909f016e2 (patch)
tree84ee03eb50a61edca57cc0089199ec7856ee0537 /mod/profile/views/default/profile/css.php
parent4abf61c5a7447f1f7ad16eb3decee1969396fd58 (diff)
downloadelgg-97530e4d5aa108e8cd0531d53f1f30c909f016e2.tar.gz
elgg-97530e4d5aa108e8cd0531d53f1f30c909f016e2.tar.bz2
moved profile fields language strings into core and update profile plugin details view
git-svn-id: http://code.elgg.org/elgg/trunk@7729 36083f99-b078-4883-b0ff-0f9b5a30f544
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;