You are here

activity_comments.css in Activity 7

Same filename and directory in other branches
  1. 6.2 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. .item-list ul.activity-comment-list li {
  18. background-image: none;
  19. border-bottom: solid 2px #FFFFFF;
  20. margin: 0;
  21. }
  22. .activity-comments-meta {
  23. font-size: smaller;
  24. }
  25. .activity-comments-meta div {
  26. display: inline;
  27. }
  28. .activity_comment-comment-form .form-submit {
  29. float: right;
  30. margin-right: .5em;
  31. }
  32. .activity-comment-text {
  33. color: #999;
  34. }
  35. .activity-comment-onerow .activity-comment-text {
  36. height: 2.5em!important;
  37. }
  38. .activity-comment-onerow .form-submit {
  39. display: none;
  40. }