Skip to content
Snippets Groups Projects
Commit 6cdd926c authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-12280 fixes to civicrm.css to prevent force compatibility mode in IE9

----------------------------------------
* CRM-12280: "Compatibility mode" forced in IE9 (Joomla version)
  http://issues.civicrm.org/jira/browse/CRM-12280
parent 8008a3f7
No related branches found
No related tags found
No related merge requests found
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
.crm-container fieldset legend { .crm-container fieldset legend {
display: block; display: block;
font-family: helvetica; font-family: Arial, Helvetica, sans-serif;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
padding: 4px; padding: 4px;
...@@ -773,7 +773,7 @@ ...@@ -773,7 +773,7 @@
/* h3 used as table header for civicrm */ /* h3 used as table header for civicrm */
background-color: #CDE8FE; background-color: #CDE8FE;
font-size: 15px; font-size: 15px;
font-family: Helvetica, Arial, Sans; font-family: Helvetica, Arial, sans-serif;
font-weight: bold; font-weight: bold;
color: #121A2D; color: #121A2D;
padding: 4px 6px; padding: 4px 6px;
...@@ -1250,7 +1250,7 @@ ...@@ -1250,7 +1250,7 @@
height: auto; height: auto;
margin: 0 1px; margin: 0 1px;
padding: 2px 5px; padding: 2px 5px;
font-family: Helvetica; font-family: Helvetica, Arial, sans-serif;
} }
.crm-container #alpha-filter a { .crm-container #alpha-filter a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment