Commit 19c6c2ab749fd2c1aa212e076d9dbc22fb334f59
1 parent
400060e6
comment styles 1
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -752,6 +752,8 @@ section.bar.background-gray.steps-pre:before { |
752 | 752 | font-size: 13px; |
753 | 753 | line-height: 1.42857143; |
754 | 754 | border-radius: 0; |
755 | + margin: 0 auto; | |
756 | + display: block; | |
755 | 757 | } |
756 | 758 | #artbox-comment .submit_btn button:hover, #artbox-comment .submit_btn button:active{ |
757 | 759 | color:#fff; |
... | ... | @@ -790,7 +792,8 @@ section.bar.background-gray.steps-pre:before { |
790 | 792 | line-height: 1.42857143; |
791 | 793 | color: #555; |
792 | 794 | } |
793 | -#artbox-comment .comments-start .required label:before{display:none;} | |
795 | +#artbox-comment .submit_btn{float:none;width: 100%;} | |
796 | +#artbox-comment .comments-start .required label:before{display:none;content:'';} | |
794 | 797 | #artbox-comment .comments-start .required label:after { |
795 | 798 | display: inline-block; |
796 | 799 | content: "*"; | ... | ... |