Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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
8
    display: inline-block;
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] {
13
    margin-left: 0; // No left margin for LTR.
14
}