hallo_rails 0.1.8 → 0.1.9

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,3 +1,3 @@
1
1
  module HalloRails
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -32,7 +32,8 @@
32
32
  position: relative;
33
33
  }
34
34
 
35
- .editable:hover:before, .hallo_updating:before{
35
+ .editable:hover:before, .hallo_updating:before,
36
+ .form_editable:hover:before{
36
37
  font-size: 14px;
37
38
  color: orange;
38
39
  display: block;
@@ -51,7 +52,8 @@
51
52
  @include border-radius;
52
53
  }
53
54
 
54
- .editable:hover:before{
55
+ .editable:hover:before,
56
+ .form_editable:hover:before{
55
57
  content: "Zum Bearbeiten klicken"; /* "Click to edit" Modify to your language */
56
58
  }
57
59
 
@@ -59,7 +61,8 @@
59
61
  content: "Speichern..."; /* "Saving..." Modify to your language */
60
62
  }
61
63
 
62
- .editable.inEditMode:hover:before{ /* this works in chrome, but not FF */
64
+ .editable.inEditMode:hover:before,
65
+ .form_editable.inEditMode:hover:before{ /* this works in chrome, but not FF */
63
66
  display: none;
64
67
  }
65
68
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hallo_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
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: 2012-11-17 00:00:00.000000000 Z
12
+ date: 2012-11-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -60,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  segments:
62
62
  - 0
63
- hash: -2758162354305822164
63
+ hash: -1047601912366161189
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  none: false
66
66
  requirements:
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  segments:
71
71
  - 0
72
- hash: -2758162354305822164
72
+ hash: -1047601912366161189
73
73
  requirements: []
74
74
  rubyforge_project:
75
75
  rubygems_version: 1.8.24