notee 1.1.0 → 1.1.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: 27aaf989aa53840308ed42a9cace3dad4659a837
4
- data.tar.gz: fcec14a062f317046364321477c2dfa3e31f6efd
3
+ metadata.gz: 84c2e0deb3b8cc7e9f374fe45a9d15072ae239b6
4
+ data.tar.gz: 76b1584309d6456e83411c3e1a515cc39e0f2518
5
5
  SHA512:
6
- metadata.gz: 722d054630fd0e87ad1c9139765b6540d7b5083977f68b27bfdf4d14e5bfd398bafcaf882024e81af776b2ff0149050bb16364938c648f4969384b9832f0bf12
7
- data.tar.gz: fa87e7bc50612cbe073ecca8cf5d428b8ca5e518051704771ade6cccfccb15a3d9fbe398f9410a18ee25d6a2173fc1914f65bd6ed7faee4554b91e342ebafa3e
6
+ metadata.gz: bf1ab1f1d1dc171b67699e98b49c792a12db630f55e85da8780d124d0ec98d31257ba569319a92d86ba73aeaa0a6cdb06424f1decb893f81422cec75e90f5b2f
7
+ data.tar.gz: 4ba2973053025cd0763c00f3552aa3c3263a482065e7c5f2dfa02ce1214feca575aa9ed3970ab5906f02a6f7ed9dac2b41f522cf7d2c24c3f5ec03d9dd58a4e8
@@ -1,3 +1,3 @@
1
1
  module Notee
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -244,7 +244,7 @@ ul.li_none , ol.li_none { list-style: none; }
244
244
  /* notee_comment_box */
245
245
 
246
246
  .notee_comments {
247
- width: 94%;
247
+ width: 100%;
248
248
  float: left;
249
249
  }
250
250
 
@@ -256,31 +256,29 @@ ul.li_none , ol.li_none { list-style: none; }
256
256
  float: left;
257
257
  }
258
258
  .notee_comment_form {
259
- width: 60%;
260
- padding: 4%;
259
+ width: 98%;
260
+ padding: 0%;
261
261
  margin_bottom: 20px;
262
262
  float: left;
263
263
  }
264
264
 
265
265
  .notee_label {
266
- width: 60%;
266
+ width: 98%;
267
267
  margin-bottom: 15px;
268
268
  float: left;
269
269
  }
270
270
 
271
271
  .notee_text_field {
272
- width: 60%;
272
+ width: 98%;
273
273
  height: 26px;
274
- min-width: 300px;
275
274
  margin-bottom: 15px;
276
275
  float: left;
277
276
  font-size: 14px;
278
277
  }
279
278
 
280
279
  .notee_text_area {
281
- width: 100%;
280
+ width: 98%;
282
281
  height: 78px;
283
- min-width: 300px;
284
282
  margin-bottom: 15px;
285
283
  float: left;
286
284
  font-size: 14px;
@@ -8,6 +8,7 @@
8
8
  width: 100% ;
9
9
  min-height: 190px ;
10
10
  padding: 1.5em 0 ;
11
+ float: left;
11
12
  }
12
13
 
13
14
  /* デスクトップPCでは高さを拡張する */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - funaota