From f5827e755c0b18cde7af00b26f82602050987ea1 Mon Sep 17 00:00:00 2001 From: Веталь Date: Fri, 27 May 2016 11:39:25 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 65b4acc..97deb9d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1562,7 +1562,9 @@ input.custom-radio + label:hover { .basket_input_2.required .control-label {position: relative} .basket_input_2.required .control-label:before { position: absolute; - top: 50%; + top: 0; content: '*'; - color: red; + color: #D60000; + left: -11px; + padding-top: 3px; } -- libgit2 0.21.4