fixed capitolato riferimento
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
</button>
|
||||
|
||||
|
||||
<input type="checkbox" id="showMixParts" name="showMixParts" style="margin-right: 5px; margin-left: 10px;">
|
||||
<label for="showMixParts" style="font-size: 0.9rem; margin-right: 10px;">Mix</label>
|
||||
|
||||
|
||||
<button type="button" class="btn btn-info btn-sm" id="renumberPartsBtn" style="padding: 0.1rem 0.5rem; font-size: 0.8rem;">
|
||||
Rinumera Parti
|
||||
@@ -593,5 +592,130 @@
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
/* Propagation control for dynamic extra field column */
|
||||
#partsTable th.extra-field-th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#partsTable th.extra-field-th .extra-propagate-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#partsTable th.extra-field-th .extra-propagate-label {
|
||||
font-size: 0.75rem;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 95px;
|
||||
}
|
||||
|
||||
#partsTable th.extra-field-th .extra-propagate-input,
|
||||
#partsTable th.extra-field-th .extra-propagate-select {
|
||||
height: 24px !important;
|
||||
font-size: 0.75rem !important;
|
||||
padding: 0.1rem 0.25rem !important;
|
||||
min-width: 90px;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
#partsTable th.extra-field-th .extra-propagate-btn {
|
||||
height: 24px;
|
||||
min-width: 26px;
|
||||
padding: 0.1rem 0.3rem !important;
|
||||
font-size: 0.75rem !important;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
#partsTable th.extra-field-th .select2-container {
|
||||
flex: 1 1 auto;
|
||||
min-width: 90px;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
#partsTable th.extra-field-th .select2-selection--single {
|
||||
height: 24px !important;
|
||||
}
|
||||
|
||||
#partsTable th.extra-field-th .select2-selection__rendered {
|
||||
line-height: 22px !important;
|
||||
font-size: 0.75rem !important;
|
||||
padding-left: 4px !important;
|
||||
}
|
||||
|
||||
#partsTable th.extra-field-th .select2-selection__arrow {
|
||||
height: 22px !important;
|
||||
}
|
||||
|
||||
/* Extra field propagation header - full column width */
|
||||
#partsTable th.extra-field-th {
|
||||
width: auto !important;
|
||||
min-width: 220px !important;
|
||||
max-width: none !important;
|
||||
padding: 0.25rem !important;
|
||||
}
|
||||
|
||||
#partsTable .extra-propagate-wrapper {
|
||||
width: 100% !important;
|
||||
min-width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#partsTable .extra-propagate-label {
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
display: block;
|
||||
font-size: 0.82rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.15;
|
||||
color: #222;
|
||||
white-space: nowrap !important;
|
||||
overflow: visible !important;
|
||||
text-overflow: unset !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#partsTable .extra-propagate-control {
|
||||
width: 100% !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#partsTable .extra-propagate-control .extra-propagate-input,
|
||||
#partsTable .extra-propagate-control .extra-propagate-select {
|
||||
flex: 1 1 auto !important;
|
||||
width: 100% !important;
|
||||
min-width: 0 !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
#partsTable .extra-propagate-control .select2-container {
|
||||
flex: 1 1 auto !important;
|
||||
width: 100% !important;
|
||||
min-width: 0 !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
#partsTable .extra-propagate-control .select2-selection {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#partsTable .extra-propagate-btn {
|
||||
flex: 0 0 30px !important;
|
||||
width: 30px !important;
|
||||
height: 24px !important;
|
||||
min-width: 30px !important;
|
||||
padding: 0.1rem 0.25rem !important;
|
||||
}
|
||||
|
||||
/* rosso */
|
||||
</style>
|
||||
Reference in New Issue
Block a user