Details
-
Type:
Bug
-
Status:
Verified
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11 New Core 3.5
-
Component/s: Groups
-
Labels:None
-
Similar issues:
CURRIKI-1361Style Create Group Form CURRIKI-5304 groups-add-message.png missing CURRIKI-3877 pages are not styled correctly CURRIKI-1288Browse groups missing create a group and other items CURRIKI-1961Group Roles are missing in existing groups CURRIKI-5981 Creating a Group is Not Indexed Correctly CURRIKI-2153TOC is view is not styled correctly. CURRIKI-1328Group Home is missing creation date. CURRIKI-4113Style: Tabs Missing in Admin Edit CURRIKI-3527Group name missing form View Info Header
Description
Check out these pages:
http://next.dev.curriki.org/xwiki/bin/view/MyCurriki/Groups
http://next.dev.curriki.org/xwiki/bin/view/Group_CurrikiLeadersGroup/WebHome
The blue headers are not correct. On the Group page the name of the group is too big. You get the idea, something is not loading or is missing.
I was investigating this problem and it appears the problem is coming from wiki.css.
Do we need this css? I am not seeing this CSS on production, so maybe it is new? If we need to keep it, then I have a few solutions we could try to fix the above issues:
For the h1
wiki.css (line 12)
font-size: 2.6em; <--- There's the problem. Either delete the line or make it relative.
For the h3
wiki.css (line 30)
line-height: 1.1em; <--- There's the problem. Either delete the line or make it relative.
This is my best guess.