spina-template 0.2.7 → 0.2.8

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: 7e819a3ff5fbeb2b40d02c391e884291ad1b845a
4
- data.tar.gz: 06500612d1af3247a9c1d75acfdd197f1c3f1bbb
3
+ metadata.gz: 7ac60bf7f1a6ccd1aceea39d4b4d3f87f774dc7f
4
+ data.tar.gz: 7b5ee27cffd3f57f28ee2728a369bf6c05a65320
5
5
  SHA512:
6
- metadata.gz: 172b2a1ca04bc409508c1b6c1632d1c4bdec106c2cef65357ba04d6a56199a7efe12fd160bcafee360d2d30f858cf61cec6894568a31e598a54c21720bf8a561
7
- data.tar.gz: 96264d82e01021d873146e42e0f78d2456f9ef4a0e9977125e23f60d430a980539ee3d4a044e0c309d9ae00fc7e9544863521f75b007683aa22a4bb7b114b27f
6
+ metadata.gz: bda8b3a1564d282896bbbdd13fad8e5b4c5f2108b092bdc40645b64c16ab87fec457e93e236a361ecc1496f99e979aa2e4ddbf377f75cbe0a9259864c4896f0d
7
+ data.tar.gz: 22272341d2bfa150f175f8af6cd324c539b254acabffc21f73a3fa250bc9c1f15a6e48ad3bdb34ce8bd415adfc3d2e404bea56997dea7a2ead772631f73941ea
@@ -2,6 +2,6 @@ $(document).on 'click', '.structure-form-menu ul li a', (e) ->
2
2
  $structureForm = $(this).parents('.structure-form')
3
3
  $(this).parent('li').siblings().removeClass('active')
4
4
  $(this).parent('li').addClass('active')
5
- $structureForm.find('.structure-form-pane').hide()
6
- $($(this).attr('href')).show()
5
+ $structureForm.find('.structure-form-pane').removeClass('active')
6
+ $($(this).attr('href')).addClass('active')
7
7
  e.preventDefault()
@@ -410,11 +410,13 @@ input.datepicker
410
410
  .structure-form-pane
411
411
  display: none
412
412
 
413
+ &.active
414
+ display: block
415
+
413
416
  .add_structure
414
- bottom: -36px
415
- left: 200px
417
+ float: right
418
+ margin-top: 12px
416
419
  outline: none
417
- position: absolute
418
420
 
419
421
  .structure-form-part
420
422
  padding: 5px 0
@@ -1,5 +1,5 @@
1
1
  module Spina
2
2
  module Template
3
- VERSION = "0.2.7"
3
+ VERSION = "0.2.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bram Jetten