diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 06:28:16 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 06:28:16 +0000 |
commit | 533f9933de81a37bc060889a4296934c0e1c93dc (patch) | |
tree | 8ea5867c83c516f7e72771c2a1c4bcd7be680145 /theme/base/css/display.css | |
parent | 59e42b766e6edc89accf55ea6a0fc6bbc769a8bf (diff) |
Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e1f04ac58..460b551f2 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -507,50 +507,43 @@ position:relative; width:475px; min-height:123px; float:left; -margin-bottom:17px; +margin-bottom:18px; margin-left:0; } .entity_profile dt, #entity_statistics dt { font-weight:bold; } +.entity_profile dd { +display:inline; +} + .entity_profile .entity_depiction { float:left; -position:absolute; -top:0; -left:0; width:96px; +margin-right:18px; +margin-bottom:18px; } + .entity_profile .entity_fn, .entity_profile .entity_nickname, .entity_profile .entity_location, .entity_profile .entity_url, .entity_profile .entity_note, .entity_profile .entity_tags { -float:left; -clear:left; margin-left:113px; -width:322px; margin-bottom:4px; +width:322px; } .entity_profile .entity_fn, .entity_profile .entity_nickname { -width:auto; -clear:none; -} - -.entity_profile .entity_fn { margin-left:11px; -margin-right:4px; -} -.entity_profile .entity_fn .fn { +display:inline; font-weight:bold; -font-style:normal; } -.entity_profile .nickname { -font-style:italic; -font-weight:bold; +.entity_profile .entity_nickname { +margin-left:0; } .entity_profile .entity_fn dd:before { @@ -568,13 +561,14 @@ display:none; .entity_profile h2 { display:none; } + /* entity_profile */ /*entity_actions*/ .entity_actions { float:right; - +margin-left:28px; } .entity_actions h2 { display:none; |