Documentation theme: problem with position of expandCollapseAll=true links

XMLWordPrintable

      We are using a custom Documentation theme in Confluence 3.2.1_01 (i.e. we are inputting our own configuration rather than using the "out of the box" congiguration). This works well, apart from when we try to add the "Expand All" and "Collapse All" links via the

      {pagetree}

      macro. Although the links are displayed, they are pushed too far to the left and half of the "Expand All" link is invisible (see attached screenshot). This has been reproduced on both Firefox 3.6.10 and Internet Explorer 7.

      The macro we are using is as follows:

      {pagetree:root=Release Notes|expandCollapseAll=true|sort=position|searchBox=true}

      We believe it to be a CSS issue.

      Workaround

      1. Go to Dashboard > Administration > Look and Feel > Custom HTML
      2. Copy and paste the following code:
        <style>
        .plugin_pagetree_expandcollapse
        {
        margin-left: 2em;
        }
        </style>
        
      3. Save the Custom HTML

        1. Image1.jpg
          28 kB
          James Hurrell

            Assignee:
            Steve Haffenden (Inactive)
            Reporter:
            James Hurrell
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: