more wcs adjustments

This commit is contained in:
Frédéric Péters 2018-11-18 12:01:11 +01:00
parent b037221435
commit 54ed878865
2 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,7 @@ div.placeholder, // combo
table.agenda-table, // chrono
div#appbar + form, // misc
div#main-content > h2:first-child + form, // w.c.s.
div.form-validation form, // w.c.s.
div#appbar + div#description // passerelle
{
background: white;

View File

@ -46,9 +46,17 @@ div#side { // w.c.s. steps in backoffice submission
}
}
div.form-validation form div.page {
border: none;
}
div.workflow-messages > div,
div.workflow-messages > p {
background: white;
margin: 1ex 0;
padding: 1ex;
}
div.buttons > div.widget {
margin-right: 1rem;
}