style dialog

This commit is contained in:
Mario Romano 2016-06-10 11:33:39 +01:00
parent eba56e22a8
commit a28f70e89d
2 changed files with 13 additions and 2 deletions

View File

@ -36,3 +36,14 @@
padding-right: 13px;
text-align: right;
}
.truncate {
width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mdl-progress{
width: 300px;
}

View File

@ -11,7 +11,7 @@
<th>{{'FILE_UPLOAD.FILE_INFO.ACTION' | translate}}</th>
</tr>
<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="">
<div _ngcontent-hvq-3="" class="mdl-progress mdl-js-progress is-upgraded" id="{{file.id}}"
data-upgraded=",MaterialProgress">