mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ADF-1497] Fix missing drag & drop image and message (#2281)
This commit is contained in:
parent
1f66cf8c56
commit
1ffb4619cb
@ -22,7 +22,13 @@
|
|||||||
<no-content-template>
|
<no-content-template>
|
||||||
<ng-template>
|
<ng-template>
|
||||||
<adf-empty-list>
|
<adf-empty-list>
|
||||||
<div adf-empty-list-header class="adf-empty-list-header"> {{'ADF-DOCUMENT-LIST.EMPTY.HEADER' | translate}} </div>
|
<div class="adf-empty-list_template adf-empty-folder">
|
||||||
|
<div class="adf-empty-folder-this-space-is-empty">{{'ADF-DOCUMENT-LIST.EMPTY.HEADER' | translate}}</div>
|
||||||
|
<div class="adf-empty-folder-drag-drop">{{ 'ADF-DATATABLE.EMPTY.DRAG-AND-DROP.TITLE' | translate }}</div>
|
||||||
|
<div class="adf-empty-folder-any-files-here-to-add">{{ 'ADF-DATATABLE.EMPTY.DRAG-AND-DROP.SUBTITLE' | translate }}</div>
|
||||||
|
<img class="adf-empty-folder-image" [src]="emptyFolderImageUrl">
|
||||||
|
</div>
|
||||||
|
<!-- <div adf-empty-list-header class="adf-empty-list-header"> {{'ADF-DOCUMENT-LIST.EMPTY.HEADER' | translate}} </div> -->
|
||||||
</adf-empty-list>
|
</adf-empty-list>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</no-content-template>
|
</no-content-template>
|
||||||
|
@ -76,4 +76,46 @@
|
|||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.adf-empty-folder {
|
||||||
|
|
||||||
|
&-this-space-is-empty {
|
||||||
|
height: 32px;
|
||||||
|
opacity: 0.26;
|
||||||
|
font-family: Muli, Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 1.33;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-drag-drop {
|
||||||
|
height: 56px;
|
||||||
|
opacity: 0.54;
|
||||||
|
font-family: Muli, Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 56px;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: -2px;
|
||||||
|
color: #000000;
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-any-files-here-to-add {
|
||||||
|
height: 24px;
|
||||||
|
opacity: 0.54;
|
||||||
|
font-family: Muli, Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.5;
|
||||||
|
letter-spacing: -0.4px;
|
||||||
|
color: #000000;
|
||||||
|
margin-top: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-image {
|
||||||
|
width: 565px;
|
||||||
|
height: 161px;
|
||||||
|
object-fit: contain;
|
||||||
|
margin-top: 17px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user