CSS: Difference between revisions

From Customer365 for SageCRM
No edit summary
No edit summary
Line 14: Line 14:
         font-family: Arial, Sans-Serif;
         font-family: Arial, Sans-Serif;
     }
     }
Icons as of March 2013 have been replaced by font-awesome
  http://fortawesome.github.io/Font-Awesome/

Revision as of 13:07, 19 April 2013

The system has a primary style sheet called ewaress.css.

This is located at the core level of the web site.

To control the system font you change the option here.

The default font settings are as below:

   /*font controlled here*/
   body, table, td 
   {
       font-size: 13px;
       color :black;
       font-family: Arial, Sans-Serif;
   }

Icons as of March 2013 have been replaced by font-awesome

 http://fortawesome.github.io/Font-Awesome/