humane-rails 2.2.5.0.1.0 → 2.2.6.0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module HumaneRails
2
- VERSION = "2.2.5.0.1.0"
2
+ VERSION = "2.2.6.0.1.0"
3
3
  end
@@ -16,7 +16,9 @@ body {
16
16
  z-index: 100000;
17
17
  }
18
18
  .humane {
19
+ font-family: Ubuntu, Verdana, sans-serif;
19
20
  line-height: 40px;
21
+ font-size: 35px;
20
22
  top: 25%;
21
23
  left: 25%;
22
24
  opacity: 0;
@@ -16,6 +16,8 @@ body {
16
16
  z-index: 100000;
17
17
  }
18
18
  .humane {
19
+ font-family: Ubuntu, Verdana, sans-serif;
20
+ font-size: 25px;
19
21
  letter-spacing: -1px;
20
22
  top: 25%;
21
23
  left: 25%;
@@ -16,6 +16,8 @@ body {
16
16
  z-index: 100000;
17
17
  }
18
18
  .humane {
19
+ font-family: Helvetica Neue, Helvetica, san-serif;
20
+ font-size: 18px;
19
21
  letter-spacing: -1px;
20
22
  top: 20px;
21
23
  left: 30%;
@@ -16,7 +16,9 @@ body {
16
16
  z-index: 100000;
17
17
  }
18
18
  .humane {
19
+ font-family: Ubuntu, Arial, sans-serif;
19
20
  text-align: center;
21
+ font-size: 15px;
20
22
  top: 10px;
21
23
  right: 10px;
22
24
  opacity: 0;
@@ -0,0 +1,70 @@
1
+ html,
2
+ body {
3
+ height: 100%;
4
+ }
5
+ .humane {
6
+ position: fixed;
7
+ -moz-transition: all 0.2s ease-out;
8
+ -webkit-transition: all 0.2s ease-out;
9
+ -ms-transition: all 0.2s ease-out;
10
+ -o-transition: all 0.2s ease-out;
11
+ transition: all 0.2s ease-out;
12
+ z-index: -1;
13
+ }
14
+ .humane.humane-animate,
15
+ .humane.humane-js-animate {
16
+ z-index: 100000;
17
+ }
18
+ .humane {
19
+ font-family: Ubuntu, Verdana, sans-serif;
20
+ line-height: 40px;
21
+ font-size: 25px;
22
+ top: 25%;
23
+ left: 25%;
24
+ opacity: 0;
25
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
26
+ width: 50%;
27
+ min-height: 40px;
28
+ padding: 10px;
29
+ text-align: center;
30
+ background-color: #000;
31
+ color: #fff;
32
+ -moz-border-radius: 15px;
33
+ -webkit-border-radius: 15px;
34
+ -ms-border-radius: 15px;
35
+ -o-border-radius: 15px;
36
+ border-radius: 15px;
37
+ }
38
+ .humane p,
39
+ .humane ul {
40
+ margin: 0;
41
+ padding: 0;
42
+ }
43
+ .humane ul {
44
+ list-style: none;
45
+ }
46
+ .humane.humane-info {
47
+ background-color: #030;
48
+ }
49
+ .humane.humane-success {
50
+ background-color: #030;
51
+ }
52
+ .humane.humane-error {
53
+ background-color: #300;
54
+ }
55
+ .humane.humane-animate {
56
+ opacity: 0.8;
57
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
58
+ }
59
+ .humane.humane-animate:hover {
60
+ opacity: 0.6;
61
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
62
+ }
63
+ .humane.humane-js-animate {
64
+ opacity: 0.8;
65
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
66
+ }
67
+ .humane.humane-js-animate:hover {
68
+ opacity: 0.6;
69
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
70
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humane-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.5.0.1.0
4
+ version: 2.2.6.0.1.0
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: 2011-12-07 00:00:00.000000000 Z
12
+ date: 2011-12-08 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A gemified version of Marc Harter's humane-js.
15
15
  email:
@@ -32,6 +32,7 @@ files:
32
32
  - vendor/assets/stylesheets/boldlight.css
33
33
  - vendor/assets/stylesheets/jackedup.css
34
34
  - vendor/assets/stylesheets/libnotify.css
35
+ - vendor/assets/stylesheets/original.css
35
36
  homepage: http://github.com/harrigan/humane-rails
36
37
  licenses: []
37
38
  post_install_message:
@@ -46,7 +47,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
47
  version: '0'
47
48
  segments:
48
49
  - 0
49
- hash: 332990762728546479
50
+ hash: -190101333893275154
50
51
  required_rubygems_version: !ruby/object:Gem::Requirement
51
52
  none: false
52
53
  requirements:
@@ -55,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
56
  version: '0'
56
57
  segments:
57
58
  - 0
58
- hash: 332990762728546479
59
+ hash: -190101333893275154
59
60
  requirements: []
60
61
  rubyforge_project: humane-rails
61
62
  rubygems_version: 1.8.11