You are here

oa_comment.css in OA Comment 7.2

#comments {
  clear: both;
}

.oa-comment i {
  font-size: 1.2em;
}

.oa-comment .oa-user-picture img {
  height: 30px;
  width: 30px;
}

form.comment-form .comment-reply-post-button {
  position: relative;
  bottom: 65px;
  height: 0;
}

form.comment-form .comment-reply-post-button input.form-submit {
  float: right;
  margin-right: 0;
}

form.comment-form .reply-comment-parent {
  padding: 0 150px 1em 5em;
}

form.comment-form .text-format-wrapper .clearfix:after {
  clear: none;
}

#modal-content form.comment-form {
  margin-top: 1em;
}

#modal-content form.comment-form .comment-reply-post-button {
  position: relative;
  bottom: 65px;
}

#modal-content form.comment-form .comment-reply-post-button input.form-submit {
  float: right;
  margin-right: 0;
}

#modal-content input.p-icon-button {
  font-size: 2em;
}

.oa-list.oa-comment .oa-description {
  font-size: 14px;
}

.oa-list.oa-comment .oa-pullout-left {
  padding-top: 16px;
  padding-bottom: 0;
  height: 24px;
  font-size: 12px;
  width: auto;
  min-width: 20px;
}

.pane-node-comments .oa-list .oa-comment-reply-body,
.pane-content #comments .oa-list .oa-comment-reply-body {
  font-size: 14px;
  padding: 8px 5px 0 5px;
}

.pane-node-comments .oa-list .pull-right,
.pane-content #comments .oa-list .pull-right {
  padding-left: 5px;
}

.pane-node-comments .oa-list .pull-right + p,
.pane-content #comments .oa-list .pull-right + p {
  margin-top: 5px;
}

.pane-node-comments .oa-list .oa-comment-hide,
.pane-content #comments .oa-list .oa-comment-hide {
  height: 30px;
}

.pane-node-comment-wrapper .oa-list .oa-comment-hide {
  height: 2em;
}

.pane-node-comments .oa-list .oa-comment-hide:hover,
.pane-node-comment-wrapper .oa-list .oa-comment-hide:hover,
.pane-content #comments .oa-list .oa-comment-hide:hover {
  background-color: #e0eeff;
}

.pane-node-comment-form {
  clear: both;
}

.pane-node-comment-form .field-name-comment-body label {
  font-size: 24px;
}

.comment-created-date .user-info .marker {
  margin-right: 5px;
}

/*Hide the date on comments when on xs screen.*/
@media (max-width: 767px) {
  .comment-created-date {
    display: none;
  }
}

.comment-user-info {
  font-size: 12px;
  color: #555;
}

#toggle-comment-visibility {
  float: right;
}

.view-oa-comment-media hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #e3e3e3;
}

table.comment-alter-diff {
  float: right;
  clear: right;
  margin-left: 10px;
}

.oa-comment .links {
  clear: right;
}

.oa-comment .oa-comment-extra {
  margin-top: 5px;
}

.oa-comment .oa-pull-right.comment-created-date {
  margin-left: 5px;
}

/* Worktracker comments */
.node-type-oa-worktracker-task .field-name-comment-body {
  margin-top: 42px;
}

/* Embedded Comments */
.paragraphs-item-paragraph-content .view-mode-featured #comments.comment-wrapper {
  margin-left: 24px;
}

.accordion-toggle .oa-list-header .oa-comment-reply-body p {
  cursor: pointer;
}

.indented .indented .indented .indented .indented {
  margin-left: 0;
}

@media (max-width: 767px) {
  .indented {
    margin-left: 0 !important;
  }
}

File

oa_comment.css
View source
  1. #comments {
  2. clear: both;
  3. }
  4. .oa-comment i {
  5. font-size: 1.2em;
  6. }
  7. .oa-comment .oa-user-picture img {
  8. height: 30px;
  9. width: 30px;
  10. }
  11. form.comment-form .comment-reply-post-button {
  12. position: relative;
  13. bottom: 65px;
  14. height: 0;
  15. }
  16. form.comment-form .comment-reply-post-button input.form-submit {
  17. float: right;
  18. margin-right: 0;
  19. }
  20. form.comment-form .reply-comment-parent {
  21. padding: 0 150px 1em 5em;
  22. }
  23. form.comment-form .text-format-wrapper .clearfix:after {
  24. clear: none;
  25. }
  26. #modal-content form.comment-form {
  27. margin-top: 1em;
  28. }
  29. #modal-content form.comment-form .comment-reply-post-button {
  30. position: relative;
  31. bottom: 65px;
  32. }
  33. #modal-content form.comment-form .comment-reply-post-button input.form-submit {
  34. float: right;
  35. margin-right: 0;
  36. }
  37. #modal-content input.p-icon-button {
  38. font-size: 2em;
  39. }
  40. .oa-list.oa-comment .oa-description {
  41. font-size: 14px;
  42. }
  43. .oa-list.oa-comment .oa-pullout-left {
  44. padding-top: 16px;
  45. padding-bottom: 0;
  46. height: 24px;
  47. font-size: 12px;
  48. width: auto;
  49. min-width: 20px;
  50. }
  51. .pane-node-comments .oa-list .oa-comment-reply-body,
  52. .pane-content #comments .oa-list .oa-comment-reply-body {
  53. font-size: 14px;
  54. padding: 8px 5px 0 5px;
  55. }
  56. .pane-node-comments .oa-list .pull-right,
  57. .pane-content #comments .oa-list .pull-right {
  58. padding-left: 5px;
  59. }
  60. .pane-node-comments .oa-list .pull-right + p,
  61. .pane-content #comments .oa-list .pull-right + p {
  62. margin-top: 5px;
  63. }
  64. .pane-node-comments .oa-list .oa-comment-hide,
  65. .pane-content #comments .oa-list .oa-comment-hide {
  66. height: 30px;
  67. }
  68. .pane-node-comment-wrapper .oa-list .oa-comment-hide {
  69. height: 2em;
  70. }
  71. .pane-node-comments .oa-list .oa-comment-hide:hover,
  72. .pane-node-comment-wrapper .oa-list .oa-comment-hide:hover,
  73. .pane-content #comments .oa-list .oa-comment-hide:hover {
  74. background-color: #e0eeff;
  75. }
  76. .pane-node-comment-form {
  77. clear: both;
  78. }
  79. .pane-node-comment-form .field-name-comment-body label {
  80. font-size: 24px;
  81. }
  82. .comment-created-date .user-info .marker {
  83. margin-right: 5px;
  84. }
  85. /*Hide the date on comments when on xs screen.*/
  86. @media (max-width: 767px) {
  87. .comment-created-date {
  88. display: none;
  89. }
  90. }
  91. .comment-user-info {
  92. font-size: 12px;
  93. color: #555;
  94. }
  95. #toggle-comment-visibility {
  96. float: right;
  97. }
  98. .view-oa-comment-media hr {
  99. margin-top: 10px;
  100. margin-bottom: 10px;
  101. border-color: #e3e3e3;
  102. }
  103. table.comment-alter-diff {
  104. float: right;
  105. clear: right;
  106. margin-left: 10px;
  107. }
  108. .oa-comment .links {
  109. clear: right;
  110. }
  111. .oa-comment .oa-comment-extra {
  112. margin-top: 5px;
  113. }
  114. .oa-comment .oa-pull-right.comment-created-date {
  115. margin-left: 5px;
  116. }
  117. /* Worktracker comments */
  118. .node-type-oa-worktracker-task .field-name-comment-body {
  119. margin-top: 42px;
  120. }
  121. /* Embedded Comments */
  122. .paragraphs-item-paragraph-content .view-mode-featured #comments.comment-wrapper {
  123. margin-left: 24px;
  124. }
  125. .accordion-toggle .oa-list-header .oa-comment-reply-body p {
  126. cursor: pointer;
  127. }
  128. .indented .indented .indented .indented .indented {
  129. margin-left: 0;
  130. }
  131. @media (max-width: 767px) {
  132. .indented {
  133. margin-left: 0 !important;
  134. }
  135. }