solved Issue with the div in the 5.4.0b2 upgrade

pch
@pch
9 years ago
328 posts
Hello JR Team,

Since i have upgraded to the latest Jr version (5.4.0b2), I have noticed an issue with some divs (display: block). The caractere size in those divs are now very small now, almost unreadable. I don't remember to have edited my css file recently.

Am I the only one having this issue?

Thanks

updated by @pch: 12/12/16 01:31:12PM
brian
@brian
9 years ago
10,149 posts
The latest version of the Core is 5.4.0b3 - make sure you've updated. The only changes to CSS were these lines that were added to the modules/jrCore/jrCore.css file:

.module_icon {
    background-color: #FFFFFF;
    display: block;
    border-radius: 5px;
    padding: 4px;
    margin: 2px;
    box-shadow: 0 0 2px #999999;
}

.module_icon_core {
}

.module_icon_communication {
    background-color: #EEEEEE;
}

Which would not affect the font size.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
pch
@pch
9 years ago
328 posts
I have upgraded to 5.4.0b3. But the problem is still there.

Bellow are the screenshoot:
brian
@brian
9 years ago
10,149 posts
Here's a screenshot from a stock Elastic skin - no issues. Sounds like you might have done some custom CSS - go to Skins -> Elastic -> Style and click "Reset Skin Style" if you can.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
pch
@pch
9 years ago
328 posts
Hi Brian,

I went through every css file (Skins -> MyCustomSkins -> Style) and I noticed that the site.css had a reset button on the "Site Content #content" element. I don't know what happened and I don't remember to have touched it. I have reset it and everything came back to normal. My issue was fixed.

Thanks for your help.
brian
@brian
9 years ago
10,149 posts
Glad to hear it - thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags