diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-08 15:44:49 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-08 15:44:49 +0000 |
commit | fd75f66c772983c871ee5ed06d702dbb24ecac07 (patch) | |
tree | ff18fcf49e9906ef345f587e4264ad63f8d3f66a /mod/profile | |
parent | 7b8a354160b01ebc9c4ca56c728905f6149e7fe9 (diff) | |
download | elgg-fd75f66c772983c871ee5ed06d702dbb24ecac07.tar.gz elgg-fd75f66c772983c871ee5ed06d702dbb24ecac07.tar.bz2 |
Updates to Profile and owner_block interface
git-svn-id: http://code.elgg.org/elgg/trunk@5301 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/views/default/profile/css.php | 56 |
1 files changed, 11 insertions, 45 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index 3820ca7fd..de7c8b027 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -65,6 +65,11 @@ padding:15px; min-height:270px; } +#elgg_sidebar #owner_block { + background-color: white; + padding:5px; + margin-bottom:10px; +} #owner_block .owner_block_icon { float:left; padding:0; @@ -79,8 +84,14 @@ #owner_block .owner_block_contents { margin-left: 50px; } +#elgg_sidebar #owner_block .owner_block_contents { + margin-left: 34px; +} #owner_block .owner_block_contents h3 { margin-top:-4px; + border-bottom:none; + margin-bottom:0; + padding-bottom:0; } #owner_block .owner_block_contents p.profile_info { margin:0; @@ -409,48 +420,3 @@ div.usericon a.icon img { color:white !important; background:red !important; } -/* /////////////////////////////////////////////////////////////// >>>END verified */ - - - -/* -#profile_status_wrapper { - background-color:#eeeeee; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - padding:2px 4px 2px 4px; - margin:0 0 7px 0; - line-height:1.2em; - min-height:16px; - - position: relative; -} -#profile_status_wrapper.inline { - margin-top:10px; -} -.profile_status span { - display:block; - font-size:90%; - color:#666666; -} -a.status_update { - float:right; -} -div.profile_status { - z-index: 2; - position: relative; -} -#profile_status_tail { - position: absolute; - width:17px; - height:12px; - left:-11px; - bottom:-5px; - - background-image: url(<?php echo $vars['url']; ?>mod/thewire/graphics/speech_tail.png); - background-position: 0 0; - background-repeat: no-repeat; - background-color:transparent; - z-index: 1; -} -*/
\ No newline at end of file |