drupal-civicrm/modules/comment/comment.css

14 lines
184 B
CSS
Raw Normal View History

2018-01-14 15:10:16 +02:00
#comments {
margin-top: 15px;
}
.indented {
margin-left: 25px; /* LTR */
}
.comment-unpublished {
background-color: #fff4f4;
}
.comment-preview {
background-color: #ffffea;
}