bootstrap_modal_rails 2.0.2 → 2.0.3

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 BootstrapModalRails
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.3"
3
3
  end
@@ -1,5 +1,4 @@
1
1
  # On the fly creation via modal
2
- # Hmm I need them to stack
3
2
  $('[data-dynamic_modal]').click (e) ->
4
3
  $('#ajax-modal .progress').show()
5
4
  url = $(@).data('source')
@@ -83,13 +83,6 @@
83
83
  z-index: 940;
84
84
  }
85
85
 
86
- .modal-backdrop,
87
- .modal-backdrop.fade.in{
88
- opacity: 0.7;
89
- filter: alpha(opacity=70);
90
- background: #fff;
91
- }
92
-
93
86
  .modal.container {
94
87
  width: 940px;
95
88
  margin-left: -470px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_modal_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-07-08 00:00:00.000000000 Z
13
+ date: 2012-12-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties
@@ -61,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  segments:
63
63
  - 0
64
- hash: -3803973857751888936
64
+ hash: 2381472239878663750
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  none: false
67
67
  requirements:
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  segments:
72
72
  - 0
73
- hash: -3803973857751888936
73
+ hash: 2381472239878663750
74
74
  requirements: []
75
75
  rubyforge_project:
76
76
  rubygems_version: 1.8.23