Commit 36fbadbec2d3544bbaac03715162df3b7706bca0

Authored by Evandro Jr
1 parent d187ea3e

merged styles

Showing 1 changed file with 5 additions and 9 deletions   Show diff stats
plugins/comment_paragraph/public/style.css
... ... @@ -34,6 +34,11 @@ div.article-comments-list-more{
34 34  
35 35 .comment_paragraph{
36 36 padding: 0px;
  37 + position: relative;
  38 + left: -20px;
  39 + width: 450px;
  40 + font-weight: bold;
  41 + text-align: justify;
37 42 }
38 43  
39 44 .triangle-right {
... ... @@ -223,15 +228,6 @@ div[class^='comment-paragraph-loading-'] {
223 228 justify-content: space-around;
224 229  
225 230 }
226   -
227   -.comment_paragraph{
228   - position: relative;
229   - left: -20px;
230   - width: 450px;
231   - font-weight: bold;
232   - text-align: justify;
233   -}
234   -
235 231 .comment-paragraph-comments{
236 232 background: lightblue;
237 233 padding: 5px;
... ...