From 55bc92537a7bd0fde6e860551ee70edd4fae34a3 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 9 Jul 2008 16:45:31 +0000 Subject: edit profile button moved git-svn-id: https://code.elgg.org/elgg/trunk@1370 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'views/default') diff --git a/views/default/css.php b/views/default/css.php index 463c4c5f1..973254c08 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -981,9 +981,13 @@ p.user_menu_friends_of { } #profile_info_column_right { float:left; - width:260px; + width:280px; /* width:100%; */ } +/* IE6 fix */ +* html #profile_info_column_right { + width:270px; +} #profile_info_column_right p { margin:7px 0 7px 0; line-height:1.3em; @@ -996,8 +1000,15 @@ p.user_menu_friends_of { margin:7px 0 7px 0; line-height:1.4em; } -#profile_info_wide .profile_info_edit_buttons { +#profile_info_column_right .profile_info_edit_buttons { + float:right; margin:0; + padding:0; +} +#profile_info_column_right .profile_info_edit_buttons a { + margin:0; + padding:2px 4px 2px 4px; + border:1px solid #4690d6; } -- cgit v1.2.3