fileuploader-rails 3.1.1 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,7 @@
|
|
1
1
|
/*
|
2
|
-
*
|
3
|
-
* Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
|
2
|
+
* Copyright 2013, Widen Enterprises info@fineuploader.com
|
4
3
|
*
|
5
|
-
* Licensed under
|
4
|
+
* Licensed under GNU GPL v3, see license.txt.
|
6
5
|
*/
|
7
6
|
.qq-uploader {
|
8
7
|
position: relative;
|
@@ -65,7 +64,7 @@
|
|
65
64
|
font-size: 16px;
|
66
65
|
background-color: #FFF0BD;
|
67
66
|
}
|
68
|
-
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished {
|
67
|
+
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished, .qq-upload-delete {
|
69
68
|
margin-right: 12px;
|
70
69
|
}
|
71
70
|
.qq-upload-file {
|
@@ -93,17 +92,17 @@
|
|
93
92
|
height:15px;
|
94
93
|
vertical-align:text-bottom;
|
95
94
|
}
|
96
|
-
.qq-upload-retry {
|
95
|
+
.qq-upload-retry, .qq-upload-delete {
|
97
96
|
display: none;
|
98
97
|
color: #000000;
|
99
98
|
}
|
100
|
-
.qq-upload-cancel {
|
99
|
+
.qq-upload-cancel, .qq-upload-delete {
|
101
100
|
color: #000000;
|
102
101
|
}
|
103
102
|
.qq-upload-retryable .qq-upload-retry {
|
104
103
|
display: inline;
|
105
104
|
}
|
106
|
-
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
|
105
|
+
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-delete {
|
107
106
|
font-size: 12px;
|
108
107
|
font-weight: normal;
|
109
108
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fileuploader-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-04-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
segments:
|
92
92
|
- 0
|
93
|
-
hash:
|
93
|
+
hash: 4070814853677002684
|
94
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
95
95
|
none: false
|
96
96
|
requirements:
|
@@ -99,10 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
segments:
|
101
101
|
- 0
|
102
|
-
hash:
|
102
|
+
hash: 4070814853677002684
|
103
103
|
requirements: []
|
104
104
|
rubyforge_project: fileuploader-rails
|
105
|
-
rubygems_version: 1.8.
|
105
|
+
rubygems_version: 1.8.23
|
106
106
|
signing_key:
|
107
107
|
specification_version: 3
|
108
108
|
summary: Fine Uploader plugin for Rails 3.1+ Asset Pipeline
|