Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

can we move employee card details on profile to the left?

Lakshmi
Contributor
September 1, 2013

Hi, i am using confluence 5.1.3 and I am looking for the option to move employee card details from right to left. basincally would like to swap Activity and employee details section on http://<URL>/display/~username.

is there a way to do that? how much complex it is ?

Thanks,

Lakshmi

1 answer

1 vote
Sandro Herrmann [Communardo]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 1, 2013

Maybe you could use a little javascript for this. Go to your global administration > Custom HTML section and insert the following code into the "At the END of the Head" field

&lt;script type="text/javascript"&gt;
AJS.toInit(function(){

var item = jQuery("#com-atlassian-confluence.profile #main .profile-page .page-item.profile-main");
item.parent().append(item.removeClass("profile-main")).children(".profile-info").addClass("profile-main");
});
&lt;/script&gt;

Lakshmi
Contributor
September 1, 2013

Thanks Sandro Herrmann for the quick response. it fulfilled my requirement. thanks again!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events