diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 16:45:31 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 16:45:31 +0000 |
commit | 55bc92537a7bd0fde6e860551ee70edd4fae34a3 (patch) | |
tree | 2b2157d743f88e2188c129457533cde080e11d7c | |
parent | 20a4674292512641f400e59bab59180082a7894b (diff) | |
download | elgg-55bc92537a7bd0fde6e860551ee70edd4fae34a3.tar.gz elgg-55bc92537a7bd0fde6e860551ee70edd4fae34a3.tar.bz2 |
edit profile button moved
git-svn-id: https://code.elgg.org/elgg/trunk@1370 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 15 |
1 files changed, 13 insertions, 2 deletions
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; } |