another bulk of composer updates
(cherry picked from commit 6685381fd8db507493c3d7c1793f8c05c681bbce)
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
| @@ -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: "| "; | ||||
|   } | ||||
| } | ||||
| @@ -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 { | ||||
|   | ||||
							
								
								
									
										15
									
								
								vendor/blueimp/jquery-file-upload/css/style.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								vendor/blueimp/jquery-file-upload/css/style.css
									
									
									
									
										vendored
									
									
								
							| @@ -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; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user