3 * jQuery File Upload UI Plugin CSS
4 * https://github.com/blueimp/jQuery-File-Upload
6 * Copyright 2010, Sebastian Tschan
9 * Licensed under the MIT license:
10 * https://opensource.org/licenses/MIT
13 .progress-animated .progress-bar,
14 .progress-animated .bar {
15 background: url('../img/progressbar.gif') !important;
22 .fileupload-processing .fileupload-process,
23 .files .processing .preview {
27 background: url('../img/loading.gif') center no-repeat;
28 background-size: contain;
35 word-wrap: break-word;
36 overflow-wrap: anywhere;
37 -webkit-hyphens: auto;
43 .toggle[type='checkbox'] {
48 @media (max-width: 767px) {
49 .fileupload-buttonbar .btn {
52 .fileupload-buttonbar .delete,
53 .fileupload-buttonbar .toggle,
64 @media (max-width: 480px) {
65 .files .image td:nth-child(2) {