Details
-
Type:
Bug
-
Status: In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 9.9
-
Fix Version/s: None
-
Component/s: Extension
-
Labels:
-
Difficulty:Trivial
-
Pull Request Status:Awaiting Contributor feedback
-
Similar issues:
-
GCI categories: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