Merge pull request #8037 from jitendrapurohit/CRM-18284
[civicrm-core.git] / css / crm-i.css
index cbdee150294bdd05a935630e95829ae0931da84a..c8ec92a346b8b13915439920946eaeca8e7f3a51 100644 (file)
@@ -2,6 +2,8 @@
 This is separate to avoid conflict with a site theme's implementation of FA.  It
 is loaded before font-awesome.css so that .fa-XXX classes can modify it. */
 .ui-icon[class*=" fa-"],
+.crm-container a.helpicon,
+.crm-container .replace-plain:before,
 .crm-i {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
@@ -12,23 +14,27 @@ is loaded before font-awesome.css so that .fa-XXX classes can modify it. */
   transform: translate(0, 0);
 }
 
+i.crm-i {
+  font-style: normal;
+}
+
 /* Have FA handle jQuery UI icons */
 
 .ui-icon[class*=" fa-"] {
-    /* Remove the jQuery UI Icon */
-    background: none repeat scroll 0 0 transparent !important;
-    /* Remove the jQuery UI Text Indent */
-    text-indent: 0;
-    /* Bump it up - jQuery UI is -8px */
-    margin-top: -0.5em;
+  /* Remove the jQuery UI Icon */
+  background: none repeat scroll 0 0 transparent !important;
+  /* Remove the jQuery UI Text Indent */
+  text-indent: 0;
+  /* Bump it up - jQuery UI is -8px */
+  margin-top: -0.5em;
 }
 
 /* Allow use of icon-large to be properly aligned */
 .ui-icon.icon-large {
-    margin-top: -0.75em;
+  margin-top: -0.75em;
 }
 
 .ui-button-icon-only .ui-icon[class*=" fa-"] {
-    /* Bump it - jQuery UI is -8px */
-    margin-left: -7px;
+  /* Bump it - jQuery UI is -8px */
+  margin-left: -7px;
 }