Commit | Line | Data |
---|---|---|
536f0460 DW |
1 | /* reports.less */ |
2 | ||
3 | // The home for small tweaks to reports that don't require | |
4 | // changes drastic enough to pull in the full module css | |
5 | // and replace it completely. | |
6 | ||
7 | #page-report-participation-index .participationselectform div label { // Using 'div' here to override the report styles.css | |
46c1713c | 8 | display: inline-block; |
536f0460 DW |
9 | margin: 0 5px; // No top and bottom margin with a 5px left and right for LTR and RTL. |
10 | } | |
11 | ||
12 | #page-report-participation-index .participationselectform div label[for=menuinstanceid] { | |
fde35b8f | 13 | margin-left: 0; // No left margin for LTR. |
536f0460 | 14 | } |