148 lines
3.4 KiB
CSS
148 lines
3.4 KiB
CSS
.matrix-directory-page .matrix-tool-workspace__content,
|
|
.matrix-bank-documents .matrix-tool-workspace__content {
|
|
width: calc(100% - 24px) !important;
|
|
max-width: 1320px !important;
|
|
background: #f4f8fb;
|
|
}
|
|
|
|
.matrix-directory-page .FormPanel,
|
|
.matrix-bank-documents .FormPanel {
|
|
margin: 10px;
|
|
padding: 0;
|
|
}
|
|
|
|
.matrix-directory-page #filtertab,
|
|
.matrix-bank-documents #filtertab {
|
|
margin: 0;
|
|
background: #edf3f7;
|
|
}
|
|
|
|
.matrix-directory-page #filtertab > tbody > tr:first-child > td {
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.matrix-directory-page #filtertab .linkbutton {
|
|
display: inline-flex !important;
|
|
min-height: 29px;
|
|
align-items: center;
|
|
gap: 5px;
|
|
margin: 0 6px 0 0 !important;
|
|
padding: 4px 9px;
|
|
float: none !important;
|
|
border: 1px solid #9fb1c1;
|
|
border-radius: 3px;
|
|
background: #f8fafc;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.matrix-directory-page #filtertab .linkbutton:hover {
|
|
background: #e4eef6;
|
|
}
|
|
|
|
.matrix-directory-page #filtertab .linkbutton img {
|
|
width: 16px;
|
|
height: 16px;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.matrix-directory-page .tableContainer,
|
|
.matrix-bank-documents .tableContainer {
|
|
width: auto;
|
|
max-height: 65vh;
|
|
margin: 0 10px 10px;
|
|
border-color: #b9c9d6;
|
|
background: #f7fafc;
|
|
}
|
|
|
|
.matrix-directory-page .tableContainer table,
|
|
.matrix-bank-documents .tableContainer table {
|
|
min-width: 850px;
|
|
}
|
|
|
|
.matrix-directory-page .tableContainer thead td,
|
|
.matrix-bank-documents .tableContainer thead td {
|
|
background: #dfe9f1;
|
|
}
|
|
|
|
.matrix-directory-page .tableContainer tbody tr:nth-child(even),
|
|
.matrix-bank-documents .tableContainer tbody tr:nth-child(even) {
|
|
background: #eef4f8;
|
|
}
|
|
|
|
.matrix-directory-page .tableContainer tbody tr:hover,
|
|
.matrix-bank-documents .tableContainer tbody tr:hover {
|
|
background: #dceaf5;
|
|
}
|
|
|
|
.matrix-directory-page .tableContainer .linkbutton {
|
|
display: inline-flex !important;
|
|
padding: 2px 4px;
|
|
color: #175d95;
|
|
float: none !important;
|
|
cursor: pointer;
|
|
font-weight: 600 !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.matrix-directory-page .tableContainer .linkbutton:hover {
|
|
color: #0e416a;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.matrix-bank-documents .matrix-document-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 7px;
|
|
color: #175d95;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.matrix-bank-documents .matrix-document-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.matrix-bank-documents .matrix-document-link img {
|
|
width: 18px;
|
|
height: 18px;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.matrix-bank-report-list .matrix-tool-workspace__content > .title .divselect {
|
|
width: min(330px, 34vw) !important;
|
|
margin-left: auto;
|
|
position: static !important;
|
|
}
|
|
|
|
.matrix-bank-report-list .matrix-tool-workspace__content > .title select {
|
|
width: 100% !important;
|
|
min-height: 28px;
|
|
}
|
|
|
|
.matrix-bank-report-list #TablePanel {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.matrix-bank-report-list #TablePanel > .widget {
|
|
margin: 0 8px 10px 0;
|
|
}
|
|
|
|
@media (max-width: 760px) {
|
|
.matrix-directory-page .matrix-tool-workspace__content,
|
|
.matrix-bank-documents .matrix-tool-workspace__content {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.matrix-bank-report-list .matrix-tool-workspace__content > .title {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.matrix-bank-report-list .matrix-tool-workspace__content > .title .divselect {
|
|
width: 100% !important;
|
|
order: 3;
|
|
}
|
|
}
|