diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 8f54e72..1026f30 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -522,8 +522,18 @@ section.bar.background-gray.steps-pre:before { } -.article_comms-wr {position: relative;padding-top: 25px;} -.article_comms-wr:before {content:'',width:100%;height:1px;background-color:#000000;top:0;left:0;position: absolute;} +.article_comms-wr {position: relative;padding-top: 25px;padding-bottom: 15px;} +.article_comms-wr:before { + content: ''; + width: calc(100% - 30px); + height: 1px; + background-color: #d2d2d2; + top: 0; + left: 0; + position: absolute; + margin-left: 15px; +} +.article_comms-wr textarea{resize:vertical!important;} .article_comms-wr .comments-start{width: 100%;} .article_comms-wr .comments-border{display:none;} .form-comm-wr { padding: 0px;} -- libgit2 0.21.4