[ADF-3119] Gallery mode layout fixed for document list (#3731)

This commit is contained in:
davidcanonieto
2018-09-04 11:18:49 +01:00
committed by Eugenio Romano
parent db0b9ae2e0
commit 567d172176
4 changed files with 37 additions and 5 deletions

View File

@@ -55,6 +55,10 @@
@include mat-overridable-elevation(2);
}
.adf-datatable-row-thumbnail {
height: 300px !important;
}
.adf-datatable-row-empty-card {
height: 0 !important;
padding-top: 0;
@@ -117,6 +121,7 @@
}
}
.alfresco-datatable__actions-cell {
position: absolute;
height: 42px !important;
@@ -125,6 +130,17 @@
text-align: right;
}
.adf-image-gallery {
height: 100px;
}
.adf-image-gallery-cell {
display: flex;
width: 265px;
flex: 0 0 auto;
justify-content: center;
}
.image-table-cell {
margin: 8px;
padding: 4px;
@@ -149,6 +165,13 @@
}
}
.cell-thumbnail {
flex: 0 0 auto;
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
}
.adf-datatable-table-checkbox {
margin: 8px;
}