corn_js 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,14 +3,20 @@
|
|
3
3
|
.qq-uploader input[file]{width: 200000px;}
|
4
4
|
|
5
5
|
.qq-upload-button {
|
6
|
+
font-family: "Segoe UI","Lucida Grande",Arial,sans-serif;
|
6
7
|
display:block; /* or inline-block */
|
7
8
|
width: 65px; padding:0; text-align:center;
|
8
|
-
background:transparent; color:#
|
9
|
+
background:transparent; color:#0066FF;
|
9
10
|
font-weight: bold;
|
10
11
|
font-style: italic;
|
11
|
-
font-size:
|
12
|
+
font-size: 11px;
|
13
|
+
text-decoration: none;
|
14
|
+
text-shadow: 0 1px 1px #8FA2B4;
|
15
|
+
}
|
16
|
+
.qq-upload-button-hover {
|
17
|
+
background:transparent;
|
18
|
+
color: #f56a00;
|
12
19
|
}
|
13
|
-
.qq-upload-button-hover {background:transparent;}
|
14
20
|
.qq-upload-button-focus {outline:1px dotted black;}
|
15
21
|
|
16
22
|
.qq-upload-drop-area {
|
data/lib/corn_js/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: corn_js
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-03-13 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &2166247620 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 3.2.1
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2166247620
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: jquery-rails
|
27
|
-
requirement: &
|
27
|
+
requirement: &2166247200 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *2166247200
|
36
36
|
description: It's possible to use the generic popcorn and the app specific fat popcorn
|
37
37
|
plugin
|
38
38
|
email:
|
@@ -69,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
69
|
version: '0'
|
70
70
|
segments:
|
71
71
|
- 0
|
72
|
-
hash:
|
72
|
+
hash: 1143653951582611760
|
73
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
74
|
none: false
|
75
75
|
requirements:
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
version: '0'
|
79
79
|
segments:
|
80
80
|
- 0
|
81
|
-
hash:
|
81
|
+
hash: 1143653951582611760
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
84
|
rubygems_version: 1.8.10
|