Details
-
Bug
-
Resolution: Fixed
-
Major
-
9.9
-
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