You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
426 B
14 lines
426 B
2 years ago
|
#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;
|
||
|
}
|