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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84c2e0deb3b8cc7e9f374fe45a9d15072ae239b6
|
|
4
|
+
data.tar.gz: 76b1584309d6456e83411c3e1a515cc39e0f2518
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf1ab1f1d1dc171b67699e98b49c792a12db630f55e85da8780d124d0ec98d31257ba569319a92d86ba73aeaa0a6cdb06424f1decb893f81422cec75e90f5b2f
|
|
7
|
+
data.tar.gz: 4ba2973053025cd0763c00f3552aa3c3263a482065e7c5f2dfa02ce1214feca575aa9ed3970ab5906f02a6f7ed9dac2b41f522cf7d2c24c3f5ec03d9dd58a4e8
|
data/lib/notee/version.rb
CHANGED
|
@@ -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:
|
|
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:
|
|
260
|
-
padding:
|
|
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:
|
|
266
|
+
width: 98%;
|
|
267
267
|
margin-bottom: 15px;
|
|
268
268
|
float: left;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
.notee_text_field {
|
|
272
|
-
width:
|
|
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:
|
|
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;
|