aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/blueimp/jquery-file-upload/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-10 12:49:51 +0000
committerMario <mario@mariovavti.com>2019-11-10 14:10:03 +0100
commit580c3f4ffe9608d2beb56d418c68b3b112420e76 (patch)
tree82335d01179ac361d3f547a4b8e8c598d302e9f3 /vendor/blueimp/jquery-file-upload/css
parentd22766f458a8539a40a57f3946459a9be1f21cd6 (diff)
downloadvolse-hubzilla-580c3f4ffe9608d2beb56d418c68b3b112420e76.tar.gz
volse-hubzilla-580c3f4ffe9608d2beb56d418c68b3b112420e76.tar.bz2
volse-hubzilla-580c3f4ffe9608d2beb56d418c68b3b112420e76.zip
another bulk of composer updates
(cherry picked from commit 6685381fd8db507493c3d7c1793f8c05c681bbce)
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/css')
-rw-r--r--vendor/blueimp/jquery-file-upload/css/jquery-ui-demo-ie8.css21
-rw-r--r--vendor/blueimp/jquery-file-upload/css/jquery-ui-demo.css67
-rw-r--r--vendor/blueimp/jquery-file-upload/css/jquery.fileupload-ui.css16
-rw-r--r--vendor/blueimp/jquery-file-upload/css/style.css15
4 files changed, 10 insertions, 109 deletions
diff --git a/vendor/blueimp/jquery-file-upload/css/jquery-ui-demo-ie8.css b/vendor/blueimp/jquery-file-upload/css/jquery-ui-demo-ie8.css
deleted file mode 100644
index e0e8ea9b0..000000000
--- a/vendor/blueimp/jquery-file-upload/css/jquery-ui-demo-ie8.css
+++ /dev/null
@@ -1,21 +0,0 @@
-@charset "UTF-8";
-/*
- * jQuery File Upload Demo CSS Fixes for IE<9
- * https://github.com/blueimp/jQuery-File-Upload
- *
- * Copyright 2013, Sebastian Tschan
- * https://blueimp.net
- *
- * Licensed under the MIT license:
- * https://opensource.org/licenses/MIT
- */
-
-.navigation {
- list-style: none;
- padding: 0;
- margin: 1em 0;
-}
-.navigation li {
- display: inline;
- margin-right: 10px;
-}
diff --git a/vendor/blueimp/jquery-file-upload/css/jquery-ui-demo.css b/vendor/blueimp/jquery-file-upload/css/jquery-ui-demo.css
deleted file mode 100644
index d7d524df5..000000000
--- a/vendor/blueimp/jquery-file-upload/css/jquery-ui-demo.css
+++ /dev/null
@@ -1,67 +0,0 @@
-@charset "UTF-8";
-/*
- * jQuery File Upload Demo CSS
- * https://github.com/blueimp/jQuery-File-Upload
- *
- * Copyright 2013, Sebastian Tschan
- * https://blueimp.net
- *
- * Licensed under the MIT license:
- * https://opensource.org/licenses/MIT
- */
-
-body {
- max-width: 750px;
- margin: 0 auto;
- padding: 1em;
- font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- font-size: 1em;
- line-height: 1.4em;
- background: #222;
- color: #fff;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-}
-a {
- color: orange;
- text-decoration: none;
-}
-img {
- border: 0;
- vertical-align: middle;
-}
-h1 {
- line-height: 1em;
-}
-blockquote {
- padding: 0 0 0 15px;
- margin: 0 0 20px;
- border-left: 5px solid #eee;
-}
-table {
- width: 100%;
- margin: 10px 0;
-}
-
-.fileupload-progress {
- margin: 10px 0;
-}
-.fileupload-progress .progress-extended {
- margin-top: 5px;
-}
-.error {
- color: red;
-}
-
-@media (min-width: 481px) {
- .navigation {
- list-style: none;
- padding: 0;
- }
- .navigation li {
- display: inline-block;
- }
- .navigation li:not(:first-child):before {
- content: "| ";
- }
-}
diff --git a/vendor/blueimp/jquery-file-upload/css/jquery.fileupload-ui.css b/vendor/blueimp/jquery-file-upload/css/jquery.fileupload-ui.css
index 9e36c42c5..7ae774631 100644
--- a/vendor/blueimp/jquery-file-upload/css/jquery.fileupload-ui.css
+++ b/vendor/blueimp/jquery-file-upload/css/jquery.fileupload-ui.css
@@ -10,13 +10,9 @@
* https://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;
+ background: url('../img/progressbar.gif') !important;
filter: none;
}
.fileupload-process {
@@ -28,15 +24,23 @@
display: block;
width: 32px;
height: 32px;
- background: url("../img/loading.gif") center no-repeat;
+ background: url('../img/loading.gif') center no-repeat;
background-size: contain;
}
.files audio,
.files video {
max-width: 300px;
}
+.toggle[type='checkbox'] {
+ transform: scale(2);
+ margin-left: 10px;
+}
@media (max-width: 767px) {
+ .fileupload-buttonbar .btn {
+ margin-bottom: 5px;
+ }
+ .fileupload-buttonbar .delete,
.fileupload-buttonbar .toggle,
.files .toggle,
.files .btn span {
diff --git a/vendor/blueimp/jquery-file-upload/css/style.css b/vendor/blueimp/jquery-file-upload/css/style.css
deleted file mode 100644
index 3aee25689..000000000
--- a/vendor/blueimp/jquery-file-upload/css/style.css
+++ /dev/null
@@ -1,15 +0,0 @@
-@charset "UTF-8";
-/*
- * jQuery File Upload Plugin CSS Example
- * https://github.com/blueimp/jQuery-File-Upload
- *
- * Copyright 2013, Sebastian Tschan
- * https://blueimp.net
- *
- * Licensed under the MIT license:
- * https://opensource.org/licenses/MIT
- */
-
-body {
- padding-top: 60px;
-}