Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.8
-
Fix Version/s: 4.3.0
-
Component/s: Joomla Integration
-
Labels:None
Description
IE9 is forced into compatibility mode when viewing the back-end or registration forms (and possibly other views).
Patch:
In joomlaRoot/administrator/components/com_civicrm/civicrm/css/civicrm.css, around line 325, change:
font-family:helvetica;
To:
font-family: Arial, Helvetica, sans-serif;
Patched file attached.