Newer
Older
.columnhost {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: left;
}
.filelist {
flex: 10 0 400px;
mat-expansion-panel {
overflow: visible;
}
mat-cell:first-of-type, mat-header-cell:first-of-type, mat-footer-cell:first-of-type {
padding-left: 0
.checkboxcell {
overflow: visible;
flex: 0 0 30px;
}
.namecell {
flex: 3 3 60px;
}
.namecell.mat-header-cell {
padding-left: 16px;
.datecell {
flex: 1 1 5px;
}
margin-top: 0.7em;
margin-bottom: 0.7em;
display: inline-flex;
vertical-align: middle;
align-items: center;
}
.checkerror, .checkwarning, .checkinfo {
margin: 20px;
font-size: 0.8em;
}
.mat-raised-button {
min-width: 100px;
margin: 2px;
}
.file-report {
cursor: pointer
}
.full-file-report {
display: none;
}
.file-report:hover .full-file-report {
display: block;
background: white;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.full-file-report .mat-card-title,
.full-file-report .mat-card-subtitle {
margin-left: -16px;