mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°4315 - Polish bulk modify screens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user