mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3119] Gallery mode layout fixed for document list (#3731)
This commit is contained in:
committed by
Eugenio Romano
parent
db0b9ae2e0
commit
567d172176
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user