Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-13187

Visible external link icon between 'Download'-'Sources'-'Issues' buttons

    XMLWordPrintable

Details

    • Unknown
    • N/A
    • N/A

    Description

      The rendering adds additional containers, allowing spacing between the buttons and additional icons for the .wikiexternallink

      Button groups should have the following structure: http://getbootstrap.com/components/#btn-groups

      Current:

      <div class="btn-group pull-right">
        <p>
          <span class="wikiexternallink">
            <a class="btn btn-primary" href="...">
              <span class="glyphicon glyphicon-download-alt">&nbsp;</span>Download v1.2
            </a>
          </span>
          <span class="wikiexternallink">
            <a class="btn btn-default" href="...">Sources</a>
          </span>
          <span class="wikiexternallink">
            <a class="btn btn-default" href="...">Issues</a>
          </span>
        </p>
      </div>
      

      Expected:

      <div class="btn-group pull-right">
        <a href="..." class="btn btn-primary">
          <span class="glyphicon glyphicon-download-alt"></span> Download v1.2
        </a>
        <a href="..." class="btn btn-default">Sources</a>
        <a href="..." class="btn btn-default">Issues</a>
      </div>
      

      Attachments

        1. after.png
          45 kB
          Ecaterina Moraru (Valica)
        2. before.png
          45 kB
          Ecaterina Moraru (Valica)
        3. wanted.png
          39 kB
          Ecaterina Moraru (Valica)

        Issue Links

          Activity

            People

              evalica Ecaterina Moraru (Valica)
              evalica Ecaterina Moraru (Valica)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: