Files
matrix/build/WebContent/css/case-operations-v1.css

240 lines
6.0 KiB
CSS

.matrix-case-operations .matrix-tool-workspace__content {
width: calc(100% - 24px) !important;
max-width: 1380px !important;
background: #f4f8fb;
}
.matrix-case-operations .FormPanel {
margin: 10px;
padding: 10px;
border: 1px solid #c8d5e0;
border-radius: 5px;
background: #edf3f7;
}
.matrix-case-operations .FormPanel > table,
.matrix-case-operations .matrix-form-controls {
width: 100% !important;
border: 0 !important;
background: transparent;
}
.matrix-case-operations .FormPanel .widget {
margin: 2px 10px 4px 0;
}
.matrix-case-operations .FormPanel input[type="text"],
.matrix-case-operations .FormPanel select {
min-height: 28px;
padding: 3px 7px;
border: 1px solid #9fb1c1;
border-radius: 3px;
background-color: #fff;
}
.matrix-case-operations .FormPanel .linkbutton {
display: inline-flex !important;
min-height: 28px;
align-items: center;
margin: 0 0 6px 6px !important;
padding: 4px 9px;
float: right !important;
border: 1px solid #9fb1c1;
border-radius: 3px;
background: #f8fafc;
cursor: pointer;
font-weight: 600;
}
.matrix-case-operations .tableContainer {
width: auto;
max-height: 62vh;
margin: 0 10px 10px;
border-color: #b9c9d6;
background: #f7fafc;
}
.matrix-case-operations .tableContainer table {
min-width: 1050px;
}
.matrix-case-operations .tableContainer thead td {
height: 31px;
background: #dfe9f1;
}
.matrix-case-operations .tableContainer tbody tr:nth-child(even) {
background: #eef4f8;
}
.matrix-case-operations .tableContainer tbody tr:hover {
background: #dceaf5;
}
.matrix-case-operations input[type="checkbox"] {
width: 15px;
height: 15px;
accent-color: #28659a;
}
.matrix-case-operations .FormPanel input.button {
min-width: 84px;
}
.matrix-field-allocation .matrix-tool-workspace__content,
.matrix-operator-allocation .matrix-tool-workspace__content {
max-width: 1180px !important;
}
/* Belt transfer: keep the filters and transfer action visually connected. */
.matrix-belt-transfer .matrix-transfer-filter {
width: 100% !important;
border: 0 !important;
border-collapse: separate;
border-spacing: 0;
}
.matrix-belt-transfer .matrix-transfer-filter td {
display: flex;
align-items: flex-end;
gap: 12px;
padding: 8px !important;
}
.matrix-belt-transfer .matrix-transfer-filter .widget {
display: grid;
flex: 1 1 0;
gap: 4px;
margin: 0;
}
.matrix-belt-transfer .matrix-transfer-filter .lblcontainer,
.matrix-belt-transfer .matrix-transfer-filter .inputcontainer,
.matrix-belt-transfer .matrix-transfer-filter .divselect,
.matrix-belt-transfer .matrix-transfer-filter select {
width: 100% !important;
height: auto !important;
float: none !important;
}
.matrix-belt-transfer #btnfind {
width: 34px !important;
min-width: 34px;
height: 28px !important;
margin: 0 !important;
float: none !important;
}
.matrix-belt-transfer .matrix-transfer-filter__action td {
align-items: center;
padding-top: 2px !important;
}
.matrix-belt-transfer .matrix-transfer-filter__action .widget:first-child {
max-width: calc(50% - 6px);
}
.matrix-belt-transfer #btntransfer {
min-width: 96px;
margin: 0 !important;
float: none !important;
}
.matrix-belt-transfer #alloclist {
width: 100% !important;
min-width: 0 !important;
table-layout: fixed;
}
.matrix-belt-transfer #alloclist td:nth-child(1) { width: 52px !important; }
.matrix-belt-transfer #alloclist td:nth-child(2) { width: auto !important; }
.matrix-belt-transfer #alloclist td:nth-child(3) { width: 80px !important; }
.matrix-belt-transfer #alloclist td:nth-child(4) { width: 110px !important; }
.matrix-belt-transfer #alloclist td:nth-child(5) { width: 90px !important; }
.matrix-belt-transfer #alloclist td:nth-child(6) { width: 54px !important; }
.matrix-belt-transfer #alloclist td:nth-child(5) .divselect,
.matrix-belt-transfer #alloclist td:nth-child(5) select {
width: 100% !important;
min-width: 0;
}
.matrix-belt-transfer #alloclist td:nth-child(6),
.matrix-belt-transfer #alloclist th:nth-child(6) {
overflow: visible;
text-align: center;
}
.matrix-belt-transfer #alloclist td:nth-child(6) input[type="checkbox"] {
display: inline-block !important;
width: 16px !important;
height: 16px !important;
margin: 0 !important;
opacity: 1 !important;
visibility: visible !important;
}
/* Operator allocation: one aligned control row and a dedicated action footer. */
.matrix-operator-allocation .matrix-allocation-controls {
width: 100% !important;
border: 0 !important;
table-layout: fixed;
}
.matrix-operator-allocation .matrix-allocation-controls td {
padding: 3px 8px !important;
vertical-align: middle;
}
.matrix-operator-allocation .matrix-allocation-controls .divselect,
.matrix-operator-allocation .matrix-allocation-controls select {
width: 100% !important;
float: none !important;
}
.matrix-operator-allocation #btnalloc,
.matrix-operator-allocation #btnshift {
min-width: 104px;
margin: 0 !important;
float: none !important;
}
.matrix-operator-allocation .matrix-allocation-actions {
display: flex;
justify-content: flex-end;
padding: 0 10px 10px;
}
.matrix-operator-allocation #btndealloc {
min-width: 104px;
margin: 0 !important;
float: none !important;
}
.matrix-field-allocation .FormPanel > table > tbody > tr:first-child > td {
padding: 7px 7px 1px;
}
.matrix-field-allocation .FormPanel > table > tbody > tr:nth-child(2) > td {
padding: 5px 7px 8px;
}
@media (max-width: 900px) {
.matrix-case-operations {
padding: 6px;
}
.matrix-case-operations .matrix-tool-workspace__content {
width: 100% !important;
}
.matrix-belt-transfer .matrix-transfer-filter td {
align-items: stretch;
flex-direction: column;
}
.matrix-belt-transfer .matrix-transfer-filter__action .widget:first-child {
max-width: none;
}
}