From 207ef2982eec01b7c85183eafb40aab03cd25b4f Mon Sep 17 00:00:00 2001 From: Веталь Date: Thu, 26 May 2016 13:03:11 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index e30b8ac..25a11bf 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1522,7 +1522,8 @@ input.custom-radio + label:hover { top:50px !important; opacity: 1 !important; border-radius: 0 !important; - + padding: 0!important; + margin: 0!important; position: relative; } .owl-controls .owl-buttons .owl-prev { @@ -1541,6 +1542,10 @@ input.custom-radio + label:hover { width: 8px; height: 22px; background: url("../img/arrows_blocks.png") no-repeat; + top:50%; + margin-top: 11px; + left: 50%; + margin-left: -4px; } .owl-controls .owl-buttons .owl-prev:before { background-position: 0 0; -- libgit2 0.21.4