File tree Expand file tree Collapse file tree 1 file changed +21
-23
lines changed
vendor/assets/stylesheets Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Original file line number Diff line number Diff line change 1
1
@charset "UTF-8" ;
2
2
/*
3
- * jQuery File Upload UI Plugin CSS 8 .0
3
+ * jQuery File Upload UI Plugin CSS 9.0 .0
4
4
* https://github.com/blueimp/jQuery-File-Upload
5
5
*
6
6
* Copyright 2010, Sebastian Tschan
10
10
* http://www.opensource.org/licenses/MIT
11
11
*/
12
12
13
- .fileinput-button {
14
- position : relative ;
15
- overflow : hidden ;
16
- }
17
- .fileinput-button input {
18
- position : absolute ;
19
- top : 0 ;
20
- right : 0 ;
21
- margin : 0 ;
22
- opacity : 0 ;
23
- filter : alpha (opacity =0 );
24
- transform : translate (-300px , 0 ) scale (4 );
25
- font-size : 23px ;
26
- direction : ltr ;
27
- cursor : pointer ;
28
- }
29
13
.fileupload-buttonbar .btn ,
30
14
.fileupload-buttonbar .toggle {
31
15
margin-bottom : 5px ;
32
16
}
17
+ .progress-animated .progress-bar ,
33
18
.progress-animated .bar {
34
- background : url (../img/progressbar.gif ) !important ;
19
+ background : url (" ../img/progressbar.gif" ) !important ;
35
20
filter : none;
36
21
}
37
- .fileupload-loading {
22
+ .fileupload-process {
38
23
float : right;
24
+ display : none;
25
+ }
26
+ .fileupload-processing .fileupload-process ,
27
+ .files .processing .preview {
28
+ display : block;
39
29
width : 32px ;
40
30
height : 32px ;
41
- background : url (../img/loading.gif ) center no-repeat ;
31
+ background : url (" ../img/loading.gif" ) center no-repeat;
42
32
background-size : contain;
43
- display : none ;
44
33
}
45
- .fileupload-processing .fileupload-loading {
46
- display : block ;
34
+ .files audio ,
35
+ .files video {
36
+ max-width : 300px ;
47
37
}
48
38
49
39
@media (max-width : 767px ) {
56
46
width : 80px ;
57
47
word-wrap : break-word;
58
48
}
49
+ .files audio ,
50
+ .files video {
51
+ max-width : 80px ;
52
+ }
53
+ .files img ,
54
+ .files canvas {
55
+ max-width : 100% ;
56
+ }
59
57
}
You can’t perform that action at this time.
0 commit comments