mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-04 15:24:35 +01:00
8c3d7ccdba
Remove old combobox user bower for onfontresize Add jcrop + md5 Add files to scrutinizer ignore list Remove misplaced text Selected the right MultiSelect library via bower Move bower dependencies to correct location
58 lines
1.1 KiB
CSS
58 lines
1.1 KiB
CSS
@charset "UTF-8";
|
|
/*
|
|
* jQuery File Upload UI Plugin CSS 9.0.0
|
|
* https://github.com/blueimp/jQuery-File-Upload
|
|
*
|
|
* Copyright 2010, Sebastian Tschan
|
|
* https://blueimp.net
|
|
*
|
|
* Licensed under the MIT license:
|
|
* http://www.opensource.org/licenses/MIT
|
|
*/
|
|
|
|
.fileupload-buttonbar .btn,
|
|
.fileupload-buttonbar .toggle {
|
|
margin-bottom: 5px;
|
|
}
|
|
.progress-animated .progress-bar,
|
|
.progress-animated .bar {
|
|
background: url("../img/progressbar.gif") !important;
|
|
filter: none;
|
|
}
|
|
.fileupload-process {
|
|
float: right;
|
|
display: none;
|
|
}
|
|
.fileupload-processing .fileupload-process,
|
|
.files .processing .preview {
|
|
display: block;
|
|
width: 32px;
|
|
height: 32px;
|
|
background: url("../img/loading.gif") center no-repeat;
|
|
background-size: contain;
|
|
}
|
|
.files audio,
|
|
.files video {
|
|
max-width: 300px;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.fileupload-buttonbar .toggle,
|
|
.files .toggle,
|
|
.files .btn span {
|
|
display: none;
|
|
}
|
|
.files .name {
|
|
width: 80px;
|
|
word-wrap: break-word;
|
|
}
|
|
.files audio,
|
|
.files video {
|
|
max-width: 80px;
|
|
}
|
|
.files img,
|
|
.files canvas {
|
|
max-width: 100%;
|
|
}
|
|
}
|