From dec3cb12677f69203e2ccc1d5f3d96cd2d927230 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 2 Feb 2018 11:26:37 +0200 Subject: [PATCH] comment styles 1 --- frontend/web/css/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index ca94a1e..42cf29c 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -733,6 +733,13 @@ section.bar.background-gray.steps-pre:before { } +.comments-start .required label:before{display:none;content:'';} +.comments-start .required label:after { + display: inline-block; + content: "*"; + color: #d40000; + margin-left: 4px; +} .user-ico{ padding: 10px; text-align: center; @@ -792,11 +799,4 @@ section.bar.background-gray.steps-pre:before { line-height: 1.42857143; color: #555; } -#artbox-comment .submit_btn{float:none;width: 100%;} -#artbox-comment .comments-start .required label:before{display:none;content:'';} -#artbox-comment .comments-start .required label:after { - display: inline-block; - content: "*"; - color: #d40000; - margin-left: 4px; -} \ No newline at end of file +#artbox-comment .submit_btn{float:none;width: 100%;} \ No newline at end of file -- libgit2 0.21.4