Setting infoPanelWidth in Confluence

Clive Newitt October 31, 2011

On the dashboard of Conflunece there is a variable infoPanelWidth which controls the width of the 'All Updates' & 'Favorite Spaces' tabs. Where is this controlled from? How would you reduce the size of this to 50% of page width?

2 answers

1 accepted

0 votes
Answer accepted
Remo Siegwart
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.
November 1, 2011

I'm not sure if this variable is still in use. But if you want to reduce the size of the right column on the dashboard, you could just define a custom stylesheet in the Confluence administration console:

div.dashboard .dashboard-group.left {
	width: 50%;
}

div.dashboard .dashboard-group.right {
	width: 50%;
}

Hope this helps

Vishali
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.
December 11, 2012

If I have to create another panel with some content, how do I set?

Thanks,

0 votes
Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 1, 2011

What kind of variable are we talking about here? Is this a CSS selector or a JavaScript variable, or something else?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events