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?
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
If I have to create another panel with some content, how do I set?
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What kind of variable are we talking about here? Is this a CSS selector or a JavaScript variable, or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.