Commit dec3cb12677f69203e2ccc1d5f3d96cd2d927230
1 parent
19c6c2ab
comment styles 1
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -733,6 +733,13 @@ section.bar.background-gray.steps-pre:before { |
733 | 733 | } |
734 | 734 | |
735 | 735 | |
736 | +.comments-start .required label:before{display:none;content:'';} | |
737 | +.comments-start .required label:after { | |
738 | + display: inline-block; | |
739 | + content: "*"; | |
740 | + color: #d40000; | |
741 | + margin-left: 4px; | |
742 | +} | |
736 | 743 | .user-ico{ |
737 | 744 | padding: 10px; |
738 | 745 | text-align: center; |
... | ... | @@ -792,11 +799,4 @@ section.bar.background-gray.steps-pre:before { |
792 | 799 | line-height: 1.42857143; |
793 | 800 | color: #555; |
794 | 801 | } |
795 | -#artbox-comment .submit_btn{float:none;width: 100%;} | |
796 | -#artbox-comment .comments-start .required label:before{display:none;content:'';} | |
797 | -#artbox-comment .comments-start .required label:after { | |
798 | - display: inline-block; | |
799 | - content: "*"; | |
800 | - color: #d40000; | |
801 | - margin-left: 4px; | |
802 | -} | |
803 | 802 | \ No newline at end of file |
803 | +#artbox-comment .submit_btn{float:none;width: 100%;} | |
804 | 804 | \ No newline at end of file | ... | ... |