togostanza 1.2.0 → 1.2.1

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: 1891e5632d347b87a3b6469d5643a142177ca67a
4
- data.tar.gz: e49f2c18341beb8fc83ceaea79416bf1ed56c299
3
+ metadata.gz: 4216f0aa7a48110ec7b496874db278409665c592
4
+ data.tar.gz: 9a26e57307a7eca399717b08572026f3bab3dc49
5
5
  SHA512:
6
- metadata.gz: e68e08994eabf92b9a3ffd3afda17ad31fb4de1773dcfe8ca8150a410afb2d94fe4166884ae71511c085342286a34e018bd7e079e784ff2ab095f4e617b531d8
7
- data.tar.gz: 386d18c4921aba105ff4b22d714a836827437f36ee161fc4fbc2c57b512eb4aa3c041b81f09762bd27c2a7b46bd21095c072c0d6df13df2d360b38b341154711
6
+ metadata.gz: 655d4479149d1c8a47d219df733cab3695371de8ea163ec0b537837f859907874115a54cf634fbb6419b0e5d074bf5c9f6ee23f16a02d13a59ad7aad034027b3
7
+ data.tar.gz: 842ffddc7fd7541bd2cdb6c1100f762ae9bc7d0cb5e5c479511a4ec0261117e98a32ce75a31025c473ea0584ae3e67fa98f0877114e00ced49f611353edec7f6
data/assets/stanza.css CHANGED
@@ -144,6 +144,8 @@ body > div#stanza_buttons {
144
144
  padding-top: 2px;
145
145
  border-top: dashed 1px #ccc;
146
146
  /*@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.2), inset 0 10px 8px -8px rgba(0, 0, 0, 0.12));*/
147
+ z-index: 1000;
148
+ position: relative;
147
149
  }
148
150
  /* line 145, ../sass/stanza.scss */
149
151
  #tool_bar a {
@@ -1,3 +1,3 @@
1
1
  module TogoStanza
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: togostanza
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keita Urashima
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-07 00:00:00.000000000 Z
11
+ date: 2014-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport