aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-16 10:17:22 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-16 10:17:22 +0000
commitbc54caef353d6df37fceeb458314f95bf5ca4731 (patch)
tree1a34fe90577b2a55be065272529f987c4a4e1a81 /mod/profile/views/default/profile/css.php
parent0a57c94d1cf8173eb8d182a381e416fd0c9a3f6a (diff)
downloadelgg-bc54caef353d6df37fceeb458314f95bf5ca4731.tar.gz
elgg-bc54caef353d6df37fceeb458314f95bf5ca4731.tar.bz2
avatar menu fixed in admin area, admin area h3's fixed
git-svn-id: https://code.elgg.org/elgg/trunk@1958 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default/profile/css.php')
-rw-r--r--mod/profile/views/default/profile/css.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index 74d7df38a..63dcabf50 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -47,7 +47,17 @@
.usericon div.sub_menu a:hover{ display:block;}
.usericon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;}
-.usericon div.sub_menu h3 {font-size:1.2em;padding-bottom:3px;border-bottom:solid 1px #dddddd;}
+.usericon div.sub_menu h3 {
+ font-size:1.2em;
+ padding-bottom:3px;
+ border-bottom:solid 1px #dddddd;
+ color: #4690d6;
+ margin:0 !important;
+ background:#ffffff !important;
+}
+.usericon div.sub_menu h3:hover {
+ background:#cccccc !important;
+}
.user_menu_addfriend,
.user_menu_removefriend,