You are here

support_charts.css in Support Ticketing System 6

Same filename and directory in other branches
  1. 7 support_charts/support_charts.css
/**
* Support Charts 
*/
#support-charts {
  margin: 15px;
}

/**
* @group overview sections 
*/
#support-charts .support-chart-section {
  margin: 25px 0;
}

/**
* @group charts 
*/
#support-charts img {
  margin: 25px 5px;
}

File

support_charts/support_charts.css
View source
  1. /**
  2. * Support Charts
  3. */
  4. #support-charts {
  5. margin: 15px;
  6. }
  7. /**
  8. * @group overview sections
  9. */
  10. #support-charts .support-chart-section {
  11. margin: 25px 0;
  12. }
  13. /**
  14. * @group charts
  15. */
  16. #support-charts img {
  17. margin: 25px 5px;
  18. }