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

Bad layout when using a font larger than the default one

    XMLWordPrintable

Details

    • Trivial
    • N/A
    • N/A
    • Pull Request accepted
    • Code, User Interface

    Description

      Objective:

      Fix the layout issue that appears in the Distribution Wizard when having a wiki configured with a large font. See example of bad layout at bug.png.

      Requirements:

      • Know how to start XWiki Standard
      • Configure the wiki to have large fonts by creating a custom Color Theme which has the following in the "Advanced" tab where you can enter LESS code:
        body {
          font-size: 18px;
          line-height: 27px;
        }
        
      • Remove the status.xml file located in XWiki permanent directory and restart XWiki in order to trigger the Distribution Wizard
      • Starting point: Find where the CSS needs to be modified. Hint: use the browser dev tools.
      • Knowledge of CSS

      Links:

      Attachments

        1. bug.png
          468 kB
          Vincent Massol
        2. distribution-wizard-large-font.jpg
          134 kB
          slauriere
        3. extension-dependencies-large-screen.jpg
          104 kB
          slauriere
        4. extension-dependencies-small-screen.jpg
          235 kB
          slauriere
        5. large-screen-display.jpg
          112 kB
          slauriere
        6. small-screen-display.jpg
          183 kB
          slauriere

        Activity

          People

            slauriere slauriere
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: