N°4315 - Polish bulk modify screens

This commit is contained in:
acognet
2021-09-28 16:39:02 +02:00
parent 4297b854e1
commit 8dbbc9a124
5 changed files with 66 additions and 9 deletions

View File

@@ -175,16 +175,29 @@ $ibo-field--enable-bulk--checkbox--margin-left: 8px !default;
}
}
}
.ibo-field--label > .ibo-field--comments {
flex: auto;
padding-bottom: 2px;
}
.ibo-fieldset-legend > .ibo-field--comments {
display: contents;
padding-bottom: 2px;
font-size: $ibo-font-size-150;
}
.ibo-field--comments {
display: table-cell;
vertical-align: top;
width: 5em;
> input[type="checkbox"] {
margin-left: 5px;
float: right;
}
> .multi_values, > .mono_value, > .ibo-field--comments--synchro{
> .multi_values, > .mono_value, > .ibo-field--comments--synchro {
float: right;
}
}

View File

@@ -18,6 +18,10 @@ $ibo-fieldset--legend--border-bottom-style: solid !default;
}
}
.ibo-multi-column & ~ .ibo-fieldset {
margin-top: $ibo-fieldset--sibling-spacing;
}
.ibo-fieldset-legend {
width: $ibo-fieldset--legend--width;
margin-bottom: $ibo-fieldset--legend--margin-bottom;