You are here

activity_comments.css in Activity 6.2

Same filename and directory in other branches
  1. 7 activity_comments/activity_comments.css

provides basic CSS styling for activity comments

File

activity_comments/activity_comments.css
View source
  1. /* Id: $ */
  2. /**
  3. * @file
  4. * provides basic CSS styling for activity comments
  5. */
  6. html.js .activity-comments-hide-comments .activity-comment-hidden {
  7. display: none;
  8. }
  9. .activity-comment-show-all {
  10. border-bottom: solid 2px #FFFFFF;
  11. display: none;
  12. padding-left: .5em;
  13. }
  14. .activity-comments-hide-comments .activity-comment-show-all-processed {
  15. display:block;
  16. }
  17. .activity_comment-comment-form {
  18. width: 270px;
  19. background-color: #ECEFF5;
  20. }
  21. .item-list ul.activity-comment-list li {
  22. background-image: none;
  23. border-bottom: solid 2px #FFFFFF;
  24. margin: 0;
  25. }
  26. .activity-comments-meta {
  27. font-size: smaller;
  28. }
  29. .activity_comment-comment-form .form-item {
  30. padding-left: .5em;
  31. }
  32. .activity-comments-meta div {
  33. display: inline;
  34. }
  35. .activity_comment-comment-form .form-submit {
  36. float: right;
  37. margin-right: .5em;
  38. }
  39. .activity-comment-text {
  40. color: #999;
  41. width: 255px; /* dependancy on .activity_comment-comment-form */
  42. }
  43. .activity-comment-onerow .activity-comment-text {
  44. height: 20px!important;
  45. }
  46. .activity-comment-onerow .form-submit {
  47. display: none;
  48. }