comments.css

  1. 6.x modules/comments/css/comments.css
  2. 4.x modules/comments/css/comments.css
  3. 5.x modules/comments/css/comments.css
/* Styles for the comments module */

#comments-comment-textarea {
  width: 100%;
  height: 100px;
}

.comments-visible-input-row {
  font-size: 0.8em;
}

.comments-copy-paste-help {
  font-size: 0.7em;
}

.comments-comment-buttons {
  text-align: right;

} 

.fp-form-comments_comment_form .form-radios-type div, 
.fp-form-comments_comment_form .form-radios-type label {
  font-size: 10pt;
  display: inline;
}

.comment-comment {
  margin-bottom: 40px;
  font-size: 0.9em;
}

.comment-comment .comment-by-line {
  float: left;  
}

.comment-comment-public .comment-by-line {
  background-color: #FFFFE0; 
}

.comment-comment .comment-datetime {
  text-align: right;
}

.comment-comment .comment-text {
  border: 1px solid #aaa;
  padding: 10px;
  background-color: #F8F8FF;
}

.comment-comment .comment-delete {
  text-align: right;
  margin-top: 5px;
  font-size: 0.8em;
}

File

modules/comments/css/comments.css
View source
  1. /* Styles for the comments module */
  2. #comments-comment-textarea {
  3. width: 100%;
  4. height: 100px;
  5. }
  6. .comments-visible-input-row {
  7. font-size: 0.8em;
  8. }
  9. .comments-copy-paste-help {
  10. font-size: 0.7em;
  11. }
  12. .comments-comment-buttons {
  13. text-align: right;
  14. }
  15. .fp-form-comments_comment_form .form-radios-type div,
  16. .fp-form-comments_comment_form .form-radios-type label {
  17. font-size: 10pt;
  18. display: inline;
  19. }
  20. .comment-comment {
  21. margin-bottom: 40px;
  22. font-size: 0.9em;
  23. }
  24. .comment-comment .comment-by-line {
  25. float: left;
  26. }
  27. .comment-comment-public .comment-by-line {
  28. background-color: #FFFFE0;
  29. }
  30. .comment-comment .comment-datetime {
  31. text-align: right;
  32. }
  33. .comment-comment .comment-text {
  34. border: 1px solid #aaa;
  35. padding: 10px;
  36. background-color: #F8F8FF;
  37. }
  38. .comment-comment .comment-delete {
  39. text-align: right;
  40. margin-top: 5px;
  41. font-size: 0.8em;
  42. }