From fe5cee34c946f0d99f64f5a14955306d8d5f2527 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 24 Jun 2008 18:52:00 +0000 Subject: profile box fixes git-svn-id: https://code.elgg.org/elgg/trunk@1113 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index cc9d9ece4..341d344d8 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -721,34 +721,37 @@ input[type="submit"] { margin:0 0 20px 0; border-bottom:1px solid #cccccc; } +#profile_menu_wrapper { + margin:10px 0 10px 0; +} #profile_menu_wrapper p { border-bottom:1px solid #cccccc; - padding:0 0 0 3px; } #profile_menu_wrapper p:first-child { border-top:1px solid #cccccc; } -#profile_menu_wrapper p:hover { - background:#4690d6; +#profile_menu_wrapper a { + display:block; + padding:0 0 0 3px; } #profile_menu_wrapper a:hover { color:#ffffff; + background:#4690d6; text-decoration:none; } -p.user_menu_friends, p.user_menu_profile, p.user_menu_removefriend, p.user_menu_friends_of { +p.user_menu_friends, p.user_menu_profile, +p.user_menu_removefriend, +p.user_menu_friends_of { margin:0; } #profile_info_column_left { float:left; width:200px; - margin: 0 20px 0 0; + padding: 0 20px 0 0; } #profile_info_column_right { float:left; - width:305px; -} -#profile_info_column_left img { - padding:0 0 20px 0; + width:296px; } #profile_info_column_right p { margin:7px 0 7px 0; -- cgit v1.2.3