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

@@ -35,4 +35,15 @@
display: inline;
padding-right: 13px;
text-align: right;
}
}
.truncate {
width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mdl-progress{
width: 300px;
}