mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
style dialog
This commit is contained in:
parent
eba56e22a8
commit
a28f70e89d
@ -35,4 +35,15 @@
|
|||||||
display: inline;
|
display: inline;
|
||||||
padding-right: 13px;
|
padding-right: 13px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.truncate {
|
||||||
|
width: 300px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdl-progress{
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<th>{{'FILE_UPLOAD.FILE_INFO.ACTION' | translate}}</th>
|
<th>{{'FILE_UPLOAD.FILE_INFO.ACTION' | translate}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr *ngFor="#file of filesUploadingList">
|
<tr *ngFor="#file of filesUploadingList">
|
||||||
<td class="mdl-data-table__cell--non-numeric">{{file.name}}</td>
|
<td class="mdl-data-table__cell--non-numeric"><div class="truncate">{{file.name}}</div></td>
|
||||||
<td _ngcontent-hvq-3="">
|
<td _ngcontent-hvq-3="">
|
||||||
<div _ngcontent-hvq-3="" class="mdl-progress mdl-js-progress is-upgraded" id="{{file.id}}"
|
<div _ngcontent-hvq-3="" class="mdl-progress mdl-js-progress is-upgraded" id="{{file.id}}"
|
||||||
data-upgraded=",MaterialProgress">
|
data-upgraded=",MaterialProgress">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user