app/assets/stylesheets/commontator/comments.css~ in commontator-1.0.5 vs app/assets/stylesheets/commontator/comments.css~ in commontator-1.0.6

- old
+ new

@@ -36,10 +36,25 @@ overflow: hidden; } .comment_body textarea { - width: 100%; + +} + +.comment_form_actions { + margin-top: 15px; +} + +.comment_form_field > .field_with_errors { + display: block; + padding-right: 4px; +} + +.comment_form_field textarea { + padding: 0px; + + width: 100%; } .comment_gravatar_image img { margin-top: 5px; }