caboose-cms 0.4.94 → 0.4.95

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Mjk3MWExYTc3MDUzZTE3NTQyODgxYzljOGZmOTRlOGFjNDk0N2NmOA==
4
+ NTZhNWY2MTgxN2ExMWI4NDRjZmEzYjY0MTdiNTA1NzVlMzA3NjU1Zg==
5
5
  data.tar.gz: !binary |-
6
- YWI4MWY1MDFiOTc4N2UyMTdmN2MwMWE5MWFkZGJlYjM2NWFkM2ZlYw==
6
+ NTkwNTBkOTQ4NjE0Njc5MmU1N2U0OGRkNjE5M2U3NWJlMzMwMzk1MQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NTYxZjhiYWE3ZDE3MzFmZTE4ZDFjZGEwMTU0ZjFmOWJlMTU4ZWI3NWIzNTMy
10
- MDdlYzEwZGYzMmJiZTZiNjE2MDUyZDg3YjljYjAxODNlNTZhNGU3YWIxMzFm
11
- MjhjODhmNjljMzdmYjI1YjQxNTg3ZWQ4ZDQ5M2YxNjU4NzE2NjI=
9
+ OGExZjkzZmRmY2Q2NjMwNmMxZjc2MDJmMTYwMjk2OTZkNmZmZDI3ZjM0NTU5
10
+ NThlMThhNmI3NmI2NzkxNjI3ODRmYjY2NTE1MmZiMjZjNDEwOTYzODU5ODU4
11
+ Zjg3MTNkZTc4MmY4Yzg5MjdhNzZlMTg0N2EyNjY4NmQ3ZTRhNGE=
12
12
  data.tar.gz: !binary |-
13
- ZjM1OTQ3YzQ1MWVkN2FiNDVhODdmZjBjOTgxYmQ3OGYyMjJlOTk0N2U4ZGRh
14
- MDZiNGE5ODgwYzE2MGJiZGExZTUwMzQ3NTE2NGYxMTE2ZTA0NjcwYTkxNTIy
15
- OTJmYWIyYmM0NmI1YTE2ZjViMmE2MTFmYTU1NWQxYzNlODdlMWU=
13
+ NDZkN2RkZDliOWYyMGNhMjJhNmMwZmQwNjYzOWYwMWYyMzUyYjk4YTk5ZGM3
14
+ YWZhNDRiZmQzNGRjMDM3OGQ4ZDQ5NmE0MTA5NmRiNjFkNWZkM2NjYWIwOWUw
15
+ Y2QzMmNiMmE3YzFiNTBmM2NhMWQzOWRhNzc1MzJiNDUwMTAyNjI=
@@ -185,8 +185,8 @@ PageContentController.prototype = {
185
185
  caboose_modal_url('/admin/pages/' + that.page_id + '/blocks/' + parent_id + '/new?before_id=' + b.id);
186
186
  })
187
187
  )
188
- .mouseover(function(e) { $(this).addClass('new_block_link_over'); e.stopPropagation(); })
189
- .mouseout(function(e) { $(this).removeClass('new_block_link_over'); e.stopPropagation(); })
188
+ .mouseover(function(e) { $(this).removeClass('new_block_link').addClass('new_block_link_over'); e.stopPropagation(); })
189
+ .mouseout(function(e) { $(this).removeClass('new_block_link_over').addClass('new_block_link'); e.stopPropagation(); })
190
190
  );
191
191
  }
192
192
 
@@ -218,8 +218,8 @@ PageContentController.prototype = {
218
218
  caboose_modal_url('/admin/pages/' + that.page_id + '/blocks/' + b.id + '/new?after_id=' + b.id);
219
219
  })
220
220
  )
221
- .mouseover(function(e) { $(this).addClass('new_block_link_over'); e.stopPropagation(); })
222
- .mouseout(function(e) { $(this).removeClass('new_block_link_over'); e.stopPropagation(); })
221
+ .mouseover(function(e) { $(this).removeClass('new_block_link').addClass('new_block_link_over'); e.stopPropagation(); })
222
+ .mouseout(function(e) { $(this).removeClass('new_block_link_over').addClass('new_block_link'); e.stopPropagation(); })
223
223
  );
224
224
  }
225
225
  if (show_mouseover)
@@ -35,7 +35,7 @@
35
35
 
36
36
  .new_block_link { position: relative; width: 100%; }
37
37
  .new_block_link .line { position: absolute; top: -11px; width: 100%; height: 2px; background: transparent; }
38
- .new_block_link a { position: absolute; top: -20px; left: 45%; background: transparent; color: transparent; display: block; padding: 4px 8px; }
38
+ .new_block_link a { position: absolute; top: -20px; left: 45%; background: transparent; color: transparent !important; display: block; padding: 4px 8px; }
39
39
 
40
40
  .new_block_link_over { position: relative; width: 100%; }
41
41
  .new_block_link_over .line { position: absolute; top: -11px; width: 100%; height: 2px; background: #ccc; }
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.4.94'
2
+ VERSION = '0.4.95'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.94
4
+ version: 0.4.95
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry