minor swing

This commit is contained in:
Mathieu Jaumotte 2021-07-08 15:03:59 +02:00
parent 4937fd00fc
commit b10012f4da
3 changed files with 26 additions and 21 deletions

View File

@ -30,12 +30,6 @@ h1, h2, .h1, .h2 {
} }
form { form {
fieldset {
margin-top: 1em;
& > legend {
@include title_in_form;
}
}
/* avoid useless html in first level of the custom fields row loop in forms /* avoid useless html in first level of the custom fields row loop in forms
* (better should to improve the loop) * (better should to improve the loop)
*/ */
@ -49,6 +43,12 @@ form {
} }
} }
} }
fieldset {
margin-top: 1em;
& > legend {
@include title_in_form;
}
}
label { label {
display: inline; display: inline;
&.required:after { &.required:after {
@ -224,7 +224,7 @@ div.banner {
div.header-details { div.header-details {
div.row > div:first-child { div.row > div:first-child {
@media (min-width: 576px) { @media (min-width: 576px) {
margin-left: 1.5em; //margin-left: 1.5em;
} }
} }
} }

View File

@ -15,6 +15,11 @@
* Specific rules * Specific rules
*/ */
.custom_field_no_data,
.chill-no-data-statement {
font-style: italic;
}
// styles communs pour tous les bandeaux // styles communs pour tous les bandeaux
div.banner { div.banner {
.id-number { .id-number {