scratch – Diff between revs 44 and 74

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 44 Rev 74
Line -... Line 1...
-   1 .fileupload-process {
-   2 background: #f5f5f5;
-   3 }
-   4  
1 #previews { 5 #previews {
2 display: table; 6 display: table;
3 } 7 }
4 #previews .file-row { 8 #previews .file-row {
5 display: table-row; 9 display: table-row;
Line 27... Line 31...
27 } 31 }
Line 28... Line 32...
28   32  
29 #total-progress { 33 #total-progress {
30 opacity: 0; 34 opacity: 0;
-   35 transition: opacity 0.3s linear;
-   36 background: #f5f5f5;
-   37 padding: 0;
31 transition: opacity 0.3s linear; 38 margin: 0;
Line 32... Line 39...
32 } 39 }
33   40  
34 /* Hide the progress bar when finished */ 41 /* Hide the progress bar when finished */