Commit ebdc49d6876701d85e066f9928c449e4be1df3fd

Authored by Francisco Júnior
2 parents c820a6b3 84cdb87a

Merge branch 'AI3205-comment-paragraph' of gitlab.com:participa/noosfero into AI…

…3205-comment-paragraph
Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
plugins/comment_paragraph/public/style.css
... ... @@ -89,7 +89,7 @@ div[class^='comments_list_toggle_paragraph_'] {
89 89 border-color: #ccc;
90 90 padding: 5px;
91 91 background-color: whitesmoke;
92   - width: 250px;
  92 + width: 270px;
93 93 }
94 94  
95 95 div[class^='comment-paragraph-loading-'] {
... ... @@ -204,7 +204,10 @@ div[class^='comment-paragraph-loading-'] {
204 204 display: none;
205 205 }
206 206  
207   -
208 207 .side-comment .post_comment_box.opened {
209 208 padding-bottom: 15px;
  209 +}
  210 +
  211 +.side-comment .comment-count {
  212 + bg-color: #b3b2d4;
210 213 }
211 214 \ No newline at end of file
... ...