diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-19 14:40:39 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-19 14:40:39 +0000 |
commit | 48952c8491eee9e31e60d41a238a7d8c242810e5 (patch) | |
tree | 6299fc1564d1f591b6b7fca7d980426aee0ac473 /mod/profile | |
parent | 8b7cf8710c8cbb5e6db2bc57e05dffc7bfcf0681 (diff) | |
download | elgg-48952c8491eee9e31e60d41a238a7d8c242810e5.tar.gz elgg-48952c8491eee9e31e60d41a238a7d8c242810e5.tar.bz2 |
CSS update for hoverover
git-svn-id: https://code.elgg.org/elgg/trunk@999 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/views/default/profile/css.php | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index a4c839f6e..3b4bd031d 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -14,16 +14,24 @@ #user_menu p {
margin: 0px;
- padding: 5px;
- padding-top: 0px;
}
#user_menu p.user_menu_name {
background-color: #888;
- padding-top: 5px;
- margin-bottom: 5px;
+ padding: 3px;
}
#user_menu p.user_menu_name b {
color: #fff;
+}
+
+#user_menu p a {
+ padding: 3px;
+ display: block;
+}
+
+#user_menu p a:hover {
+ background-color: #336699;
+ color: #fff;
+ text-decoration: none;
}
\ No newline at end of file |