Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.5
-
Fix Version/s: 3.4.7
-
Component/s: Core CiviCRM
-
Labels:None
Description
Michael made a post on the forum about the slightly odd placement of the thumbnail image on a user's profile - http://forum.civicrm.org/index.php/topic,21446.0.html
So I made 2 patch files - for the template and for the CSS. All I have done is move the code that calls the contact image lower down the page, add an id to the div and float that div right. Then for div#contactTopBar, I floated this left and also add clear: none to override the current clear: both, so that it would sit next to the contact image.
I have tested it with all 3 contact types and it works fine. Let me know if I should consider/test anything else.