Sha256: ca928db2d6c515cd58b3417ea6a05c2338640c1f6f97521e1e653890c7138893
Contents?: true
Size: 1.42 KB
Versions: 34
Compression:
Stored size: 1.42 KB
Contents
@charset 'UTF-8'; /* * jQuery File Upload UI Plugin CSS 6.3 * 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 { padding: 1.5em 0; } .fileinput-button { float: left; margin-right: .50em; overflow: hidden; position: relative; input { border-width: 0 0 100px 200px; border: solid transparent; cursor: pointer; direction: ltr; filter: alpha(opacity = 0); margin: 0; opacity: 0; position: absolute; right: 0; top: 0; -moz-transform: translate(-300px, 0) scale(4); } } // Global progress bar .fileupload-progress { margin-top: 10px; } // Individual file progress bar .files .progress { width: 200px; } .progress-animated .bar { background: image-url('progressbar.gif') !important; filter: none; } .fileupload-loading { background: image-url('loading.gif') center no-repeat; display: none; height: 128px; left: 50%; position: absolute; width: 128px; } .fileupload-processing .fileupload-loading { display: block; } @media (max-width: 480px) { .files .btn span { display: none; } .files .preview * { width: 40px; } .files .name * { display: inline-block; width: 80px; word-wrap: break-word; } .files .progress { width: 20px; } .files .delete { width: 60px; } }
Version data entries
34 entries across 34 versions & 1 rubygems