Performance tuning done
This commit is contained in:
91
cygnus-onprem-app/build/WebContent/css/add-cases-v4.css
Normal file
91
cygnus-onprem-app/build/WebContent/css/add-cases-v4.css
Normal file
@@ -0,0 +1,91 @@
|
||||
.matrix-add-cases .matrix-tool-workspace__content {
|
||||
width: min(96vw, 1380px) !important;
|
||||
}
|
||||
|
||||
.matrix-add-cases #formcontainer > div > .title {
|
||||
position: sticky;
|
||||
z-index: 20;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.matrix-add-cases .matrix-form-controls {
|
||||
width: 100%;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.matrix-add-cases .matrix-form-controls > tbody > tr > td {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, minmax(0, 1fr));
|
||||
gap: 10px 12px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.matrix-add-cases .matrix-form-controls .widget {
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
grid-column: span 2;
|
||||
flex-direction: column;
|
||||
float: none;
|
||||
gap: 3px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.matrix-add-cases .matrix-form-controls .widget[style*="display:none"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.matrix-add-cases .matrix-form-controls .lblcontainer,
|
||||
.matrix-add-cases .matrix-form-controls .inputcontainer,
|
||||
.matrix-add-cases .matrix-form-controls .divselect {
|
||||
width: 100% !important;
|
||||
height: auto;
|
||||
padding: 0 !important;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.matrix-add-cases .matrix-form-controls .lblcontainer {
|
||||
color: #536574;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
letter-spacing: .025em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.matrix-add-cases .matrix-form-controls input[type="text"],
|
||||
.matrix-add-cases .matrix-form-controls select,
|
||||
.matrix-add-cases .matrix-form-controls textarea {
|
||||
width: 100% !important;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
.matrix-add-cases .matrix-form-controls .widget:has(#splist),
|
||||
.matrix-add-cases .matrix-form-controls .widget:has(textarea),
|
||||
.matrix-add-cases .matrix-form-controls .widget:has(input[id*="Address"]),
|
||||
.matrix-add-cases .matrix-form-controls .widget:has(input[id*="address"]) {
|
||||
grid-column: span 4;
|
||||
}
|
||||
|
||||
.matrix-add-cases .FormPanel {
|
||||
box-shadow: 0 1px 3px rgba(31, 49, 65, .04);
|
||||
}
|
||||
|
||||
.matrix-add-cases .FormPanel > .title,
|
||||
.matrix-add-cases .FormPanel > div > .title {
|
||||
margin: -10px -10px 10px;
|
||||
padding: 7px 10px;
|
||||
border-bottom: 1px solid #c8d3dc;
|
||||
background: #eef3f7;
|
||||
}
|
||||
|
||||
.matrix-add-cases input[type="checkbox"] {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
.matrix-add-cases .matrix-form-controls .widget { grid-column: span 3; }
|
||||
.matrix-add-cases .matrix-form-controls .widget:has(#splist),
|
||||
.matrix-add-cases .matrix-form-controls .widget:has(textarea) { grid-column: span 6; }
|
||||
}
|
||||
Reference in New Issue
Block a user