commontator 1.0.5 → 1.0.6
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.
- data/app/assets/stylesheets/commontator/comments.css +11 -4
- data/app/assets/stylesheets/commontator/comments.css~ +16 -1
- data/app/assets/stylesheets/commontator/threads.css +1 -4
- data/app/assets/stylesheets/commontator/threads.css~ +2 -5
- data/lib/commontator/version.rb +1 -1
- data/lib/commontator/version.rb~ +1 -1
- metadata +1 -1
|
@@ -37,12 +37,19 @@
|
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
41
|
-
|
|
40
|
+
.comment_form_actions {
|
|
41
|
+
margin-top: 15px;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
45
|
-
|
|
44
|
+
.comment_form_field > .field_with_errors {
|
|
45
|
+
display: block;
|
|
46
|
+
padding-right: 4px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.comment_form_field textarea {
|
|
50
|
+
padding: 0px;
|
|
51
|
+
|
|
52
|
+
width: 100%;
|
|
46
53
|
}
|
|
47
54
|
|
|
48
55
|
.comment_gravatar_image img {
|
|
@@ -38,7 +38,22 @@
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.comment_body textarea {
|
|
41
|
-
|
|
41
|
+
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.comment_form_actions {
|
|
45
|
+
margin-top: 15px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.comment_form_field > .field_with_errors {
|
|
49
|
+
display: block;
|
|
50
|
+
padding-right: 4px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.comment_form_field textarea {
|
|
54
|
+
padding: 0px;
|
|
55
|
+
|
|
56
|
+
width: 100%;
|
|
42
57
|
}
|
|
43
58
|
|
|
44
59
|
.comment_gravatar_image img {
|
data/lib/commontator/version.rb
CHANGED
data/lib/commontator/version.rb~
CHANGED