streams/vendor/blueimp/jquery-file-upload/css/jquery.fileupload-ui.css

69 lines
1.3 KiB
CSS
Raw Normal View History

2014-10-05 08:18:50 +00:00
@charset "UTF-8";
/*
2017-06-27 00:32:38 +00:00
* jQuery File Upload UI Plugin CSS
2014-10-05 08:18:50 +00:00
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
2017-06-27 00:32:38 +00:00
* https://opensource.org/licenses/MIT
2014-10-05 08:18:50 +00:00
*/
.progress-animated .progress-bar,
.progress-animated .bar {
2020-09-24 23:45:54 +00:00
background: url('../img/progressbar.gif') !important;
2014-10-05 08:18:50 +00:00
filter: none;
}
.fileupload-process {
float: right;
display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
display: block;
width: 32px;
height: 32px;
2020-09-24 23:45:54 +00:00
background: url('../img/loading.gif') center no-repeat;
2014-10-05 08:18:50 +00:00
background-size: contain;
}
.files audio,
.files video {
max-width: 300px;
}
2020-09-24 23:45:54 +00:00
.files .name {
word-wrap: break-word;
overflow-wrap: anywhere;
-webkit-hyphens: auto;
hyphens: auto;
}
.files button {
margin-bottom: 5px;
}
.toggle[type='checkbox'] {
transform: scale(2);
margin-left: 10px;
}
2014-10-05 08:18:50 +00:00
@media (max-width: 767px) {
2020-09-24 23:45:54 +00:00
.fileupload-buttonbar .btn {
margin-bottom: 5px;
}
.fileupload-buttonbar .delete,
2014-10-05 08:18:50 +00:00
.fileupload-buttonbar .toggle,
.files .toggle,
.files .btn span {
display: none;
}
.files audio,
.files video {
max-width: 80px;
}
2020-09-24 23:45:54 +00:00
}
@media (max-width: 480px) {
.files .image td:nth-child(2) {
display: none;
2014-10-05 08:18:50 +00:00
}
}