diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 11:12:19 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 11:12:19 +0000 |
commit | 118e59fa7a8980356cd326bef558afb7902af1be (patch) | |
tree | c8f402e8e34d0587683cf81be5694477e0d84276 /views/default/css.php | |
parent | 1d067acf070549c4edcb662252edd03907b1d9a3 (diff) | |
download | elgg-118e59fa7a8980356cd326bef558afb7902af1be.tar.gz elgg-118e59fa7a8980356cd326bef558afb7902af1be.tar.bz2 |
updated profile box
git-svn-id: https://code.elgg.org/elgg/trunk@1093 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 52 |
1 files changed, 49 insertions, 3 deletions
diff --git a/views/default/css.php b/views/default/css.php index 4bdb24256..a8b33085d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -714,8 +714,52 @@ input[type="submit"] { margin:0; } -.page_title { - padding:0px 10px 20px 20px; +/* *************************************** + PROFILE +*************************************** */ +#profile_info { + margin:0 0 20px 0; + border-bottom:1px solid #cccccc; +} +#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:hover { + color:#ffffff; + text-decoration:none; +} +p.user_menu_friends { + margin:0; +} +#profile_info_column_left { + float:left; + width:200px; + margin: 0 20px 0 0; +} +#profile_info_column_right { + float:left; + width:305px; +} +#profile_info_column_left img { + padding:0 0 20px 0; +} +#profile_info_column_right p { + margin:7px 0 7px 0; + line-height:1.3em; +} +#profile_info_wide p { + margin:7px 0 7px 0; + line-height:1.4em; +} +#profile_info_wide .profile_info_edit_buttons { + margin:0; } @@ -747,7 +791,9 @@ input[type="submit"] { END *************************************** */ - +.page_title { + padding:0px 10px 20px 20px; +} |