From 80be63b3d89b93ef12ffcf8eee79d23110d0d4a9 Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 8 Feb 2017 14:28:27 +0200 Subject: [PATCH] -collection --- frontend/web/css/css_header.css | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index 7c2c360..29fd3ee 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -27097,9 +27097,37 @@ ul.product-special li.promo div { .new_collection .owl-buttons { position: absolute; top:0; - right: 0; + right: -12px; width: 100px; } +.new_collection .owl-buttons .owl-prev,.new_collection .owl-buttons .owl-next { + top: 0!important; + right: 38px!important; + left: auto!important; + width: 19px!important; + height: 19px!important; + border-radius: 100%!important; + background: none!important; +} +.new_collection .owl-buttons .owl-next { + right:13px !important; +} + + +.new_collection .owl-buttons .owl-prev:before, .new_collection .owl-buttons .owl-next:before{ + background: url("../images/new_img/ico/ico-19.png")!important; + background-repeat: no-repeat!important; + width: 5px!important; + height: 9px!important; + top: 50%!important; + left: 50%!important; + margin-top: -5px!important; + margin-left: -3px!important; +} +.new_collection .owl-buttons .owl-next:before { + background-position: -5px 0!important; + margin-left: -2px!important; +} @media(max-width: 1200px){ .collection .catalog_product_list.view_table.new_collection .catalog_item { width: 50%; -- libgit2 0.21.4