cookie_alert 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19de38d42409355262c7cce9edeb8fbf8055305f
4
- data.tar.gz: 46caaddec5094cb63b4151e6d27160b0f9230afa
3
+ metadata.gz: f3b40dce9c08f0555f996bdc71023e4aa88ec66b
4
+ data.tar.gz: ae1937cacada39ee908dab012b2d13e82e4cdf36
5
5
  SHA512:
6
- metadata.gz: 8c2b4cf415218b6aae539eb85699a3012f2297bf352a05fd791ea2a4c17451b5b623e5c5813556b5503384022b8031f90d6a89688cb07583e9a010ca67ca4493
7
- data.tar.gz: 3987c961635d735992fb43e9a9a637206b9d58223b5de4f92542a00a8bfc9423f3654c39f1d1c369041be34f0225e9118939d12cc00c810978ba292461ac2472
6
+ metadata.gz: 065122c354cdbe5667a534d953bf5241d908568e55848f0ae669ad09cb30fddffb53450783a7c7758e14198f732271664720a383947e02a4d6fd065dcc618b85
7
+ data.tar.gz: 30fa6d6c470c4208b14724f0c4c6e53ce394f616c82fcf003c12e06a59933786d927e415ec03857155f19340174e69d4ed77a6a4c48929322de05f6c75946f50
@@ -31,6 +31,7 @@
31
31
  #cookie_alert_text {
32
32
  margin-left: 80px;
33
33
  line-height: 1.5em;
34
+ text-shadow: 1px 1px 0 #444444;
34
35
  }
35
36
 
36
37
 
@@ -50,7 +51,13 @@
50
51
  }
51
52
 
52
53
  #cookie_alert_close:hover {
53
- text-decoration: none;
54
+ line-height: 1em;
55
+ padding: 1px 4px 2px 4px;
56
+ font-size: 12px;
54
57
  background-color: red;
55
58
  color: white;
59
+ font-weight: bold;
60
+ text-decoration: none;
61
+ text-shadow: 1px 1px 0 #444444;
62
+ margin-left: 2px;
56
63
  }
@@ -1,3 +1,3 @@
1
1
  module CookieAlert
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -31,6 +31,7 @@
31
31
  #cookie_alert_text {
32
32
  margin-left: 80px;
33
33
  line-height: 1.5em;
34
+ text-shadow: 1px 1px 0 #444444;
34
35
  }
35
36
 
36
37
 
@@ -50,7 +51,13 @@
50
51
  }
51
52
 
52
53
  #cookie_alert_close:hover {
53
- text-decoration: none;
54
+ line-height: 1em;
55
+ padding: 1px 4px 2px 4px;
56
+ font-size: 12px;
54
57
  background-color: red;
55
58
  color: white;
59
+ font-weight: bold;
60
+ text-decoration: none;
61
+ text-shadow: 1px 1px 0 #444444;
62
+ margin-left: 2px;
56
63
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cookie_alert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - CodeMeister
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-07 00:00:00.000000000 Z
11
+ date: 2013-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: jquery-rails
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: sqlite3
43
57
  requirement: !ruby/object:Gem::Requirement