mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
14 lines
426 B
CSS
14 lines
426 B
CSS
#page-report-participation-index .participationselectform {
|
|
margin: 10px auto;
|
|
}
|
|
|
|
#page-report-participation-index .participationselectform label {
|
|
margin-left: 15px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/* Die to css conflicts with form-inline, we have to create a specific class to fix submit button alignment on clean */
|
|
#page-report-participation-index .participationselectform input[type="submit"] {
|
|
margin-bottom: 0;
|
|
}
|