corn_js 0.2.1 → 0.2.2

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.
@@ -59,7 +59,6 @@ div._23states {
59
59
  background-image: linear-gradient(-90deg, rgb(162, 204, 89), rgb(201, 225, 132));
60
60
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(162, 204, 89)), to(rgb(201, 225, 132)));
61
61
  background-image: -moz-linear-gradient(-90deg, rgb(162, 204, 89), rgb(201, 225, 132));
62
- text-shadow: 0 1px 0 white;
63
62
  }
64
63
  ._23states input[type="radio"]:checked+label.false{
65
64
  color: #333;
@@ -70,7 +69,6 @@ div._23states {
70
69
  background-image: linear-gradient(-90deg, #d67747, #da855a);
71
70
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#d67747), to(#da855a));
72
71
  background-image: -moz-linear-gradient(-90deg, #d67747, #da855a);
73
- text-shadow: 0 1px 0 white;
74
72
  }
75
73
  ._23states input[type="radio"]:checked+label.nil {
76
74
  color: #333;
@@ -78,5 +76,4 @@ div._23states {
78
76
  background-image: linear-gradient(-90deg, #e8e8e8, white);
79
77
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#e8e8e8), to(white));
80
78
  background-image: -moz-linear-gradient(-90deg, #e8e8e8, white);
81
- text-shadow: 0 1px 0 white;
82
79
  }
@@ -202,11 +202,11 @@ a:hover {
202
202
  padding: 1px;
203
203
  margin-top: 4px;
204
204
  }
205
- .fatpopcorn .stream .content > div.note:hover, .fatpopcorn .stream .content > div.attachment:hover {
205
+ /*.fatpopcorn .stream .content > div.note:hover, .fatpopcorn .stream .content > div.attachment:hover {
206
206
  -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
207
207
  -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
208
208
  box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
209
- }
209
+ }*/
210
210
 
211
211
  .fatpopcorn .stream div > h1 {
212
212
  margin-top: 4px;
@@ -11,7 +11,6 @@
11
11
  font-style: italic;
12
12
  font-size: 11px;
13
13
  text-decoration: none;
14
- text-shadow: 0 1px 1px #8FA2B4;
15
14
  }
16
15
  .qq-upload-button-hover {
17
16
  background:transparent;
@@ -134,11 +134,11 @@
134
134
  padding: 1px;
135
135
  margin-top: 4px;
136
136
  }
137
- .stickycorn .stream .content > div.note:hover, .fatpopcorn .stream .content > div.attachment:hover {
137
+ /*.stickycorn .stream .content > div.note:hover, .fatpopcorn .stream .content > div.attachment:hover {
138
138
  -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
139
139
  -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
140
140
  box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
141
- }
141
+ }*/
142
142
 
143
143
  .stickycorn .stream div > h1 {
144
144
  margin-top: 4px;
@@ -1,3 +1,3 @@
1
1
  module CornJs
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-19 00:00:00.000000000 Z
12
+ date: 2012-11-05 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &2181495420 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,15 +21,10 @@ dependencies:
21
21
  version: 3.2.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: 3.2.1
24
+ version_requirements: *2181495420
30
25
  - !ruby/object:Gem::Dependency
31
26
  name: jquery-rails
32
- requirement: !ruby/object:Gem::Requirement
27
+ requirement: &2181495000 !ruby/object:Gem::Requirement
33
28
  none: false
34
29
  requirements:
35
30
  - - ! '>='
@@ -37,15 +32,10 @@ dependencies:
37
32
  version: '0'
38
33
  type: :runtime
39
34
  prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
43
- - - ! '>='
44
- - !ruby/object:Gem::Version
45
- version: '0'
35
+ version_requirements: *2181495000
46
36
  - !ruby/object:Gem::Dependency
47
37
  name: rspec-rails
48
- requirement: !ruby/object:Gem::Requirement
38
+ requirement: &2181494540 !ruby/object:Gem::Requirement
49
39
  none: false
50
40
  requirements:
51
41
  - - ! '>='
@@ -53,12 +43,7 @@ dependencies:
53
43
  version: '0'
54
44
  type: :development
55
45
  prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
- requirements:
59
- - - ! '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
46
+ version_requirements: *2181494540
62
47
  description: It's possible to use the generic popcorn and the app specific fat popcorn
63
48
  plugin
64
49
  email:
@@ -97,7 +82,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
82
  version: '0'
98
83
  segments:
99
84
  - 0
100
- hash: -1173092386442271585
85
+ hash: 1520916258246132124
101
86
  required_rubygems_version: !ruby/object:Gem::Requirement
102
87
  none: false
103
88
  requirements:
@@ -106,10 +91,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
91
  version: '0'
107
92
  segments:
108
93
  - 0
109
- hash: -1173092386442271585
94
+ hash: 1520916258246132124
110
95
  requirements: []
111
96
  rubyforge_project:
112
- rubygems_version: 1.8.24
97
+ rubygems_version: 1.8.11
113
98
  signing_key:
114
99
  specification_version: 3
115
100
  summary: A javascript popup menu plugin