Commit 8a657c9f129ae2e0345acf8f556200b582031548
1 parent
9887267f
comment styles 2
Showing
1 changed file
with
12 additions
and
2 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -522,8 +522,18 @@ section.bar.background-gray.steps-pre:before { |
522 | 522 | } |
523 | 523 | |
524 | 524 | |
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;} | |
525 | +.article_comms-wr {position: relative;padding-top: 25px;padding-bottom: 15px;} | |
526 | +.article_comms-wr:before { | |
527 | + content: ''; | |
528 | + width: calc(100% - 30px); | |
529 | + height: 1px; | |
530 | + background-color: #d2d2d2; | |
531 | + top: 0; | |
532 | + left: 0; | |
533 | + position: absolute; | |
534 | + margin-left: 15px; | |
535 | +} | |
536 | +.article_comms-wr textarea{resize:vertical!important;} | |
527 | 537 | .article_comms-wr .comments-start{width: 100%;} |
528 | 538 | .article_comms-wr .comments-border{display:none;} |
529 | 539 | .form-comm-wr { padding: 0px;} | ... | ... |