steps-rails 1.2.8 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37104e1e97844585dd72bb1f5c98df65300b429a
4
- data.tar.gz: d002f0b241da385aa0b2a3a783e3e1aebab41f60
3
+ metadata.gz: cdeeb64a50e11406f4733a4fa6693c4063a34b34
4
+ data.tar.gz: 96dad86da7a482a239b3f8122365875ed11dc0a3
5
5
  SHA512:
6
- metadata.gz: 48203d29a5e49f6d10fe11373e890bf621e9d23ba4f16e3c1f7c77dc4b9b8641065a4fc8c57e93c8405cf88a111cb6b7639399f3b95dd3d5bf4dbde62b2bdf0f
7
- data.tar.gz: 0728b8145151bfe49653d6306b9e061c2fc3445d2cb3eb468eba91e2e5fdca35d62e8d4ae3378db5a09b666df0711f4d1835e440679519860a2e27c2c8419878
6
+ metadata.gz: a8c11bf9b2a60d19cc99720f0d1e53cf0cde55156ac96913b71ef5b8364efc3e5964006ef63573071606e93ce23497be85cb8a29720b54a7f002bab4feaf3c24
7
+ data.tar.gz: e560421f8afa70440f145b81a9008d1a13d3a7cabf7a66e82823ad3b6996a79d7601581907c48e1223ea0006ebc2881bb3d6a80fa036d41f24303aad13f49d5f
data/README.md CHANGED
@@ -12,6 +12,10 @@ Add this to your application.js
12
12
 
13
13
  //= require jquery.steps
14
14
 
15
+ If you want to have some basic styling (recommended for at least getting started), add this to your application.css
16
+
17
+ @import "jquery.steps.min";
18
+
15
19
  And then execute:
16
20
 
17
21
  $ bundle
@@ -42,6 +46,7 @@ and in your javascript:
42
46
  #app/assets/javascripts/my_view.js.coffee
43
47
  $("#wizard").steps();
44
48
 
49
+
45
50
  ## Contributing
46
51
 
47
52
  1. Fork it ( https://github.com/[my-github-username]/steps-rails/fork )
@@ -1,5 +1,5 @@
1
1
  module Steps
2
2
  module Rails
3
- VERSION = "1.2.8"
3
+ VERSION = "1.2.9"
4
4
  end
5
5
  end
@@ -15,7 +15,6 @@
15
15
  }
16
16
  .wizard ul>li, .tabcontrol ul>li {
17
17
  display: block;
18
- padding: 0;
19
18
  }
20
19
  .wizard>.steps .current-info, .tabcontrol>.steps .current-info {
21
20
  position: absolute;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steps-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.8
4
+ version: 1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elijah Murray
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-27 00:00:00.000000000 Z
11
+ date: 2014-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler