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

View File

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