Non-scrolling toolbars?

Jim July 24, 2013
Is it possible to have the toolbar across the top of each page to remain on screen when you scroll down? By toolbar I mean all the stuff from Dashboard on the left to Edit Share Tools on the right... I seem to recall this being possible in earlier versions than 5.

2 answers

1 accepted

0 votes
Answer accepted
Jim August 28, 2013

Emil over on https://refinedwiki.atlassian.net/browse/RWOT-438 solved this for me.

Here s his solution to add to Confluence admin > Look and feel > Stylesheet:

#rw_wrapper #edge_design_top

{

position: fixed;

z-index: 20;

}

0 votes
Jonathan Simonoff
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.
July 26, 2013

If you add this to the global stylesheet it does what I think you want:

#header, .aui-header{position:fixed;z-index:100}
#main{top:30px}
.ia-fixed-sidebar{margin-top:30px}

Jim August 1, 2013

Hi Jonathan, I ve just read the small print of the global stylesheet:

Please note that the custom global stylesheet will not be applied to spaces that define their own custom stylesheet or are using a theme.

and we are using the RefinedWiki theme. Thanks though.

<form class="aui" style="margin: 10px 0px 0px; position: relative; color: #333333; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px;" action="https://kingfluence.com/admin/doeditstylesheet.action" method="POST">

</form>
Jim August 1, 2013

Thanks Jonathan, I ve just spotted this note on the global stylesheet:

Please note that the custom global stylesheet will not be applied to spaces that define their own custom stylesheet or are using a theme.

...and we are using the RefinedWiki theme. Thanks for the help though.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events