Issue #2422113 by DickJohnson, emma.maria, mrjmd: Unpublished comments have lost their styles in D8

8.0.x
Alex Pott 2015-02-20 09:34:43 +00:00
parent 48f5de46fc
commit 48c2e66fee
1 changed files with 1 additions and 5 deletions

View File

@ -90,17 +90,13 @@
.comment.unpublished {
margin-right: 5px; /* LTR */
padding: 5px 2px 5px 5px; /* LTR */
background: #fff4f4;
}
[dir="rtl"] .comment.unpublished {
margin-left: 5px;
margin-right: 0;
padding: 5px 5px 5px 2px;
}
.comment.unpublished .comment-text .comment-arrow {
border-left: 1px solid #fff4f4;
border-right: 1px solid #fff4f4;
}
.comment-footer {
display: table-row;
}