reports.less 337 B

12345678910
  1. /* reports.less */
  2. // The home for small tweaks to reports that don't require
  3. // changes drastic enough to pull in the full module css
  4. // and replace it completely.
  5. #page-report-participation-index .participationselectform div label { // Using 'div' here to override the report styles.css
  6. display: inline;
  7. margin: 0 5px 0 0;
  8. }