activeadmin_expandable_inputs 0.0.3 → 0.0.4

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: 0099f059c8e83260cff5380662f1522b08206d0f
4
- data.tar.gz: 301f876656a2402a4fffe5bff56021773b2152d0
3
+ metadata.gz: 12a73cf035af60acf9114733a00de8bd8a43c439
4
+ data.tar.gz: 8c0b8107ebcb0da1828df46edb797418f3a92d59
5
5
  SHA512:
6
- metadata.gz: 587ff0be6cca4ea25fe92e8ea6a00a8b279aaffbf2c9f48f6aae1508d35c24774002b1902fdc820bb493b0cdefb20dfbbe480e435a828f4dc7ca7bc645b16272
7
- data.tar.gz: 50bd5a9784a2ac74bc0168593025d86cd426f5ba416c4c99443c06ceda99a6ec907cb6c8aca0e5af586536793cc17550f50806c801b5142cfe6ce01d63f0a6d2
6
+ metadata.gz: cda219fe559f2a3799677656548ab52cf0ff99e7ac2b2b818d3453e00615e92a51fcfc58952c326f7300adcc6f041e22ddc321e87f3b56c48a9820d0744a697a
7
+ data.tar.gz: 0ac48ffa7d3e63276e3e37c15a181d90011c6782fe7974415179d8767d53b2fd8a2d59221136c36b68b28eb040b5675f51b659897296b42447bc3cfe0386dfd3
@@ -1,3 +1,3 @@
1
1
  module ActiveadminExpandableInputs
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -1 +1 @@
1
- .expandable legend{position:relative;width:100%}.expandable legend:after,.expandable legend:before{position:absolute;right:10px;top:5px;z-index:1;text-shadow:#fff 0 1px 0;font-size:1em;font-weight:700;line-height:18px;color:#5e6469}.expandable legend:after{content:"Expandir +"}.expandable legend:before{content:"Minimizar -"}.expandable.in legend:before{display:block}.expandable.in legend:after,.expandable.out legend:before{display:none}.expandable.out legend:after{display:block}form .inputs ol li.input fieldset legend span{position:static;margin-bottom:.5em}form .inputs ol li.input fieldset ol{padding:0;width:100%}form .inputs ol li.input fieldset ol li{padding:10px}fieldset.inputs{box-shadow: 0 0 5px;rgba(0, 0, 0, 0.5)}
1
+ .expandable legend{position:relative;width:100%}.expandable legend:after,.expandable legend:before{position:absolute;right:10px;top:5px;z-index:1;text-shadow:#fff 0 1px 0;font-size:1em;font-weight:700;line-height:18px;color:#5e6469}.expandable legend:after{content:"Expandir +"}.expandable legend:before{content:"Minimizar -"}.expandable.in legend:before{display:block}.expandable.in legend:after,.expandable.out legend:before{display:none}.expandable.out legend:after{display:block}form .inputs ol li.input fieldset legend span{position:static;margin-bottom:.5em}form .inputs ol li.input fieldset ol{padding:0;width:100%}form .inputs ol li.input fieldset ol li{padding:10px}fieldset.inputs{box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_expandable_inputs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariel Schvartz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-21 00:00:00.000000000 Z
11
+ date: 2014-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler