comment.css

#comments {
  margin-top: 15px;
}
.indented {
  margin-left: 25px; /* LTR */
}
.comment-unpublished {
  background-color: #fff4f4;
}
.comment-preview {
  background-color: #ffffea;
}

File

drupal/modules/comment/comment.css
View source
  1. #comments {
  2. margin-top: 15px;
  3. }
  4. .indented {
  5. margin-left: 25px; /* LTR */
  6. }
  7. .comment-unpublished {
  8. background-color: #fff4f4;
  9. }
  10. .comment-preview {
  11. background-color: #ffffea;
  12. }