diff --git a/core/themes/bartik/css/components/comments.css b/core/themes/bartik/css/components/comments.css index d9a005f..cb9c385 100644 --- a/core/themes/bartik/css/components/comments.css +++ b/core/themes/bartik/css/components/comments.css @@ -14,10 +14,8 @@ [dir="rtl"] .comment .field-name-field-user-picture img { margin-right: 0; } -.comment { - margin-bottom: 20px; - display: table; - vertical-align: top; +.comment h2.title{ + margin-bottom: 1em } .comment .attribution { display: table-cell; @@ -52,7 +50,7 @@ font-size: 0.929em; line-height: 1.6; } -.comment-arrow { +.comment .comment-arrow { background: url(../../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */ border-left: 1px solid; border-right: 1px solid; @@ -62,12 +60,12 @@ position: absolute; width: 20px; } -[dir="rtl"] .comment-arrow { +[dir="rtl"] .comment .comment-arrow { background-image: url(../../images/comment-arrow-rtl.gif); margin-left: 0; margin-right: -47px; } -.comment-text { +.comment .comment-text { padding: 10px 25px; border: 1px solid #d3d7d9; display: table-cell; @@ -100,7 +98,7 @@ margin-right: 0; padding: 5px 5px 5px 2px; } -.comment.unpublished .comment-arrow { +.comment.unpublished .comment-text .comment-arrow { border-left: 1px solid #fff4f4; border-right: 1px solid #fff4f4; }