Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn

This commit is contained in:
Sarven Capadisli 2009-02-01 06:28:16 +00:00
parent 59e42b766e
commit 533f9933de
3 changed files with 18 additions and 25 deletions

View File

@ -507,50 +507,43 @@ position:relative;
width:475px; width:475px;
min-height:123px; min-height:123px;
float:left; float:left;
margin-bottom:17px; margin-bottom:18px;
margin-left:0; margin-left:0;
} }
.entity_profile dt, .entity_profile dt,
#entity_statistics dt { #entity_statistics dt {
font-weight:bold; font-weight:bold;
} }
.entity_profile dd {
display:inline;
}
.entity_profile .entity_depiction { .entity_profile .entity_depiction {
float:left; float:left;
position:absolute;
top:0;
left:0;
width:96px; width:96px;
margin-right:18px;
margin-bottom:18px;
} }
.entity_profile .entity_fn, .entity_profile .entity_fn,
.entity_profile .entity_nickname, .entity_profile .entity_nickname,
.entity_profile .entity_location, .entity_profile .entity_location,
.entity_profile .entity_url, .entity_profile .entity_url,
.entity_profile .entity_note, .entity_profile .entity_note,
.entity_profile .entity_tags { .entity_profile .entity_tags {
float:left;
clear:left;
margin-left:113px; margin-left:113px;
width:322px;
margin-bottom:4px; margin-bottom:4px;
width:322px;
} }
.entity_profile .entity_fn, .entity_profile .entity_fn,
.entity_profile .entity_nickname { .entity_profile .entity_nickname {
width:auto;
clear:none;
}
.entity_profile .entity_fn {
margin-left:11px; margin-left:11px;
margin-right:4px; display:inline;
}
.entity_profile .entity_fn .fn {
font-weight:bold; font-weight:bold;
font-style:normal;
} }
.entity_profile .nickname { .entity_profile .entity_nickname {
font-style:italic; margin-left:0;
font-weight:bold;
} }
.entity_profile .entity_fn dd:before { .entity_profile .entity_fn dd:before {
@ -568,13 +561,14 @@ display:none;
.entity_profile h2 { .entity_profile h2 {
display:none; display:none;
} }
/* entity_profile */ /* entity_profile */
/*entity_actions*/ /*entity_actions*/
.entity_actions { .entity_actions {
float:right; float:right;
margin-left:28px;
} }
.entity_actions h2 { .entity_actions h2 {
display:none; display:none;

View File

@ -24,7 +24,3 @@ margin-left:-7px;
.notice div.entry-content .timestamp a { .notice div.entry-content .timestamp a {
margin-right:4px; margin-right:4px;
} }
.entity_profile .entity_nickname {
padding-right:3px;
}

View File

@ -4,5 +4,8 @@
.entity_profile .entity_url, .entity_profile .entity_url,
.entity_profile .entity_note, .entity_profile .entity_note,
.entity_profile .entity_tags { .entity_profile .entity_tags {
margin-left:55px; margin-left:0;
}
.entity_profile .entity_depiction {
margin-bottom:123px;
} }