app/assets/stylesheets/the_comments.css.scss in the_comments-2.2.2 vs app/assets/stylesheets/the_comments.css.scss in the_comments-2.3.1

- old
+ new

@@ -20,36 +20,38 @@ position: relative; list-style: none outside none; } } +.action_btns a{ margin-right: 15px; } + .comments, .comments_tree{ font-family: Arial; font-size: 13px; h3{ font-size: 1.6em; } - .error_notifier{ + .error_notifier{ background-color: #F2DEDE; border: 1px solid #B94A48; color: #B94A48; - + border-radius: 4px; margin: 0 0 15px 0; padding: 10px 10px 0 10px; overflow: hidden; p{ margin: 0 0 10px 0; } } form{ - + background: #e0e4f5; border: 1px solid #c6cff5; border-radius: 5px; padding: 10px; - + p{ margin: 0 0 10px 0; } input[type=text]{ border: 1px solid gray; padding: 4px; @@ -86,11 +88,11 @@ padding: 10px; } } .form_holder{ margin-left: 40px; } - + .edit, .delete{ margin-bottom: 3px; text-align:center; line-height: 130%; background: #336; @@ -140,10 +142,11 @@ } .controls{ position: absolute; top: 53px; left: 5px; + a{ font-size:11px; display:block; } } @@ -159,11 +162,11 @@ &.highlighted{ border: 1px dashed #ff6633 !important; } } .form_holder{ - form{ margin: 10px 0; } + form{ margin: 10px 0; } } } .new_comment{ .btn{ @@ -185,11 +188,11 @@ .draft{ border-left: 5px solid orange; .controls{ - a.to_draft{ display: none } + a.to_draft{ display: none } } } .published{ border-left: 5px solid green; @@ -240,6 +243,6 @@ padding: 3px; a{ margin-right: 15px; } } } } -} \ No newline at end of file +}