Skip to content

Commit 47e6b68

Browse files
committed
Update stylesheets
1 parent 52dc609 commit 47e6b68

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.scss

+10-1
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 8.8.1
44
* https://github.com/blueimp/jQuery-File-Upload
55
*
66
* Copyright 2010, Sebastian Tschan
@@ -30,6 +30,7 @@
3030
.fileupload-buttonbar .toggle {
3131
margin-bottom: 5px;
3232
}
33+
.progress-animated .progress-bar,
3334
.progress-animated .bar {
3435
background: url(../img/progressbar.gif) !important;
3536
filter: none;
@@ -45,6 +46,10 @@
4546
.fileupload-processing .fileupload-loading {
4647
display: block;
4748
}
49+
.files audio,
50+
.files video {
51+
max-width: 300px;
52+
}
4853

4954
@media (max-width: 767px) {
5055
.fileupload-buttonbar .toggle,
@@ -56,4 +61,8 @@
5661
width: 80px;
5762
word-wrap: break-word;
5863
}
64+
.files audio,
65+
.files video {
66+
max-width: 80px;
67+
}
5968
}

0 commit comments

Comments
 (0)