From 19c6c2ab749fd2c1aa212e076d9dbc22fb334f59 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 2 Feb 2018 11:25:07 +0200 Subject: [PATCH] comment styles 1 --- frontend/web/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 67008e7..ca94a1e 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -752,6 +752,8 @@ section.bar.background-gray.steps-pre:before { font-size: 13px; line-height: 1.42857143; border-radius: 0; + margin: 0 auto; + display: block; } #artbox-comment .submit_btn button:hover, #artbox-comment .submit_btn button:active{ color:#fff; @@ -790,7 +792,8 @@ section.bar.background-gray.steps-pre:before { line-height: 1.42857143; color: #555; } -#artbox-comment .comments-start .required label:before{display:none;} +#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: "*"; -- libgit2 0.21.4