Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | @charset "UTF-8"; |
| 2 | /* |
||
| 3 | * jQuery File Upload UI Plugin CSS 9.0.0 |
||
| 4 | * https://github.com/blueimp/jQuery-File-Upload |
||
| 5 | * |
||
| 6 | * Copyright 2010, Sebastian Tschan |
||
| 7 | * https://blueimp.net |
||
| 8 | * |
||
| 9 | * Licensed under the MIT license: |
||
| 10 | * http://www.opensource.org/licenses/MIT |
||
| 11 | */ |
||
| 12 | |||
| 13 | .fileupload-buttonbar .btn, |
||
| 14 | .fileupload-buttonbar .toggle { |
||
| 15 | margin-bottom: 5px; |
||
| 16 | } |
||
| 17 | .progress-animated .progress-bar, |
||
| 18 | .progress-animated .bar { |
||
| 19 | background: url("../img/progressbar.gif") !important; |
||
| 20 | filter: none; |
||
| 21 | } |
||
| 22 | .fileupload-process { |
||
| 23 | float: right; |
||
| 24 | display: none; |
||
| 25 | } |
||
| 26 | .fileupload-processing .fileupload-process, |
||
| 27 | .files .processing .preview { |
||
| 28 | display: block; |
||
| 29 | width: 32px; |
||
| 30 | height: 32px; |
||
| 31 | background: url("../img/loading.gif") center no-repeat; |
||
| 32 | background-size: contain; |
||
| 33 | } |
||
| 34 | .files audio, |
||
| 35 | .files video { |
||
| 36 | max-width: 300px; |
||
| 37 | } |
||
| 38 | |||
| 39 | @media (max-width: 767px) { |
||
| 40 | .fileupload-buttonbar .toggle, |
||
| 41 | .files .toggle, |
||
| 42 | .files .btn span { |
||
| 43 | display: none; |
||
| 44 | } |
||
| 45 | .files .name { |
||
| 46 | width: 80px; |
||
| 47 | word-wrap: break-word; |
||
| 48 | } |
||
| 49 | .files audio, |
||
| 50 | .files video { |
||
| 51 | max-width: 80px; |
||
| 52 | } |
||
| 53 | .files img, |
||
| 54 | .files canvas { |
||
| 55 | max-width: 100%; |
||
| 56 | } |
||
| 57 | } |