scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/quickload/css/style.css
@@ -7,14 +7,13 @@
#previews .file-row > div {
display: table-cell;
vertical-align: top;
border-top: 1px solid #ddd;
padding: 8px;
border-top: 1em solid #ddd;
padding: 1em;
}
#previews .file-row:nth-child(odd) {
background: #f9f9f9;
}
 
 
#total-progress {
opacity: 0;
transition: opacity 0.3s linear;
@@ -34,7 +33,7 @@
/* Hide the start and cancel buttons and show the delete button */
#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
display: none;
opacity: 0.3;
}
#previews .file-row.dz-success .delete {
display: block;