Skip to content

Commit 11773d2

Browse files
committed
Replace scss with new updated css file.
More agnostic to use plain css in vendor path.
1 parent c4a0bd5 commit 11773d2

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*
3-
* jQuery File Upload UI Plugin CSS 8.0
3+
* jQuery File Upload UI Plugin CSS 9.0.0
44
* https://github.com/blueimp/jQuery-File-Upload
55
*
66
* Copyright 2010, Sebastian Tschan
@@ -10,40 +10,30 @@
1010
* http://www.opensource.org/licenses/MIT
1111
*/
1212

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-
}
2913
.fileupload-buttonbar .btn,
3014
.fileupload-buttonbar .toggle {
3115
margin-bottom: 5px;
3216
}
17+
.progress-animated .progress-bar,
3318
.progress-animated .bar {
34-
background: url(../img/progressbar.gif) !important;
19+
background: url("../img/progressbar.gif") !important;
3520
filter: none;
3621
}
37-
.fileupload-loading {
22+
.fileupload-process {
3823
float: right;
24+
display: none;
25+
}
26+
.fileupload-processing .fileupload-process,
27+
.files .processing .preview {
28+
display: block;
3929
width: 32px;
4030
height: 32px;
41-
background: url(../img/loading.gif) center no-repeat;
31+
background: url("../img/loading.gif") center no-repeat;
4232
background-size: contain;
43-
display: none;
4433
}
45-
.fileupload-processing .fileupload-loading {
46-
display: block;
34+
.files audio,
35+
.files video {
36+
max-width: 300px;
4737
}
4838

4939
@media (max-width: 767px) {
@@ -56,4 +46,12 @@
5646
width: 80px;
5747
word-wrap: break-word;
5848
}
49+
.files audio,
50+
.files video {
51+
max-width: 80px;
52+
}
53+
.files img,
54+
.files canvas {
55+
max-width: 100%;
56+
}
5957
}

0 commit comments

Comments
 (0)