comparison OrthancExplorer/libs/jquery-file-upload/css/jquery.fileupload-ui.css @ 3066:5713952f60c0 update-jquery

upgraded jquery, jquery-mobile, jquery-file-upload. Everything seems to be working as before. Theme has changed !
author am@osimis.io
date Wed, 26 Dec 2018 16:58:21 +0100
parents 4bc019d2f969
children
comparison
equal deleted inserted replaced
3065:b89a4288d605 3066:5713952f60c0
1 @charset 'UTF-8'; 1 @charset "UTF-8";
2 /* 2 /*
3 * jQuery File Upload UI Plugin CSS 6.3 3 * jQuery File Upload UI Plugin CSS 8.1
4 * https://github.com/blueimp/jQuery-File-Upload 4 * https://github.com/blueimp/jQuery-File-Upload
5 * 5 *
6 * Copyright 2010, Sebastian Tschan 6 * Copyright 2010, Sebastian Tschan
7 * https://blueimp.net 7 * https://blueimp.net
8 * 8 *
11 */ 11 */
12 12
13 .fileinput-button { 13 .fileinput-button {
14 position: relative; 14 position: relative;
15 overflow: hidden; 15 overflow: hidden;
16 float: left;
17 margin-right: 4px;
18 } 16 }
19 .fileinput-button input { 17 .fileinput-button input {
20 position: absolute; 18 position: absolute;
21 top: 0; 19 top: 0;
22 right: 0; 20 right: 0;
23 margin: 0; 21 margin: 0;
24 border: solid transparent;
25 border-width: 0 0 100px 200px;
26 opacity: 0; 22 opacity: 0;
27 filter: alpha(opacity=0); 23 filter: alpha(opacity=0);
28 -moz-transform: translate(-300px, 0) scale(4); 24 transform: translate(-300px, 0) scale(4);
25 font-size: 23px;
29 direction: ltr; 26 direction: ltr;
30 cursor: pointer; 27 cursor: pointer;
31 } 28 }
32 .fileupload-buttonbar .btn, 29 .fileupload-buttonbar .btn,
33 .fileupload-buttonbar .toggle { 30 .fileupload-buttonbar .toggle {
34 margin-bottom: 5px; 31 margin-bottom: 5px;
35 } 32 }
36 .files .progress {
37 width: 200px;
38 }
39 .progress-animated .bar { 33 .progress-animated .bar {
40 background: url(../img/progressbar.gif) !important; 34 background: url(../img/progressbar.gif) !important;
41 filter: none; 35 filter: none;
42 } 36 }
43 .fileupload-loading { 37 .fileupload-loading {
44 position: absolute; 38 float: right;
45 left: 50%; 39 width: 32px;
46 width: 128px; 40 height: 32px;
47 height: 128px;
48 background: url(../img/loading.gif) center no-repeat; 41 background: url(../img/loading.gif) center no-repeat;
42 background-size: contain;
49 display: none; 43 display: none;
50 } 44 }
51 .fileupload-processing .fileupload-loading { 45 .fileupload-processing .fileupload-loading {
52 display: block; 46 display: block;
53 } 47 }
54 48 .files audio,
55 /* Fix for IE 6: */ 49 .files video {
56 *html .fileinput-button { 50 max-width: 300px;
57 line-height: 22px;
58 margin: 1px -3px 0 0;
59 } 51 }
60 52
61 /* Fix for IE 7: */ 53 @media (max-width: 767px) {
62 *+html .fileinput-button { 54 .fileupload-buttonbar .toggle,
63 margin: 1px 0 0 0; 55 .files .toggle,
64 }
65
66 @media (max-width: 480px) {
67 .files .btn span { 56 .files .btn span {
68 display: none; 57 display: none;
69 } 58 }
70 .files .preview * { 59 .files .name {
71 width: 40px;
72 }
73 .files .name * {
74 width: 80px; 60 width: 80px;
75 display: inline-block;
76 word-wrap: break-word; 61 word-wrap: break-word;
77 } 62 }
78 .files .progress { 63 .files audio,
79 width: 20px; 64 .files video {
80 } 65 max-width: 80px;
81 .files .delete {
82 width: 60px;
83 } 66 }
84 } 67 }