Commit 9887267fab8749c0281e882666155aaebaef8be1
1 parent
30d45935
comment styles 2
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -522,7 +522,10 @@ section.bar.background-gray.steps-pre:before { |
522 | 522 | } |
523 | 523 | |
524 | 524 | |
525 | - | |
525 | +.article_comms-wr {position: relative;padding-top: 25px;} | |
526 | +.article_comms-wr:before {content:'',width:100%;height:1px;background-color:#000000;top:0;left:0;position: absolute;} | |
527 | +.article_comms-wr .comments-start{width: 100%;} | |
528 | +.article_comms-wr .comments-border{display:none;} | |
526 | 529 | .form-comm-wr { padding: 0px;} |
527 | 530 | .form-comm-wr .rateit{padding: 0px 15px;} |
528 | 531 | .comments-start .required label:before{display:none;content:'';} | ... | ... |