From aaadf951fdb2139fbe244548642b6fd9d08b97b9 Mon Sep 17 00:00:00 2001 From: Веталь Date: Mon, 23 May 2016 17:22:17 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index eeb47f5..055df52 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -338,9 +338,9 @@ ul.brends_list li{float:left;text-align:center;margin:0px 15px 20px 15px;} .txts{color:#9da9b1;font-size:18px;margin-bottom:20px;} -.content ul.pagination{list-style:none;text-align:center;} +.content ul.pagination{list-style:none;text-align:center; margin: 0 0 16px 0;padding: 0;} .content ul.pagination li{display:inline;} -.content ul.pagination li a{padding:3px;color:#82a02f;font-size: 16px;margin:0px; text-decoration: none; } +.content ul.pagination li a{padding:3px;color:#82a02f;font-size: 15px;margin:0; text-decoration: none; } .content ul.pagination li a:hover {text-decoration: underline} .content ul.pagination li.active a{color: #333333;} .boxitem{ @@ -422,12 +422,16 @@ ul.social {margin-top: 20px;} vertical-align: middle; } .pagination li.prev.disabled span { - padding: 9px; - border-radius: 10%; - color: #4D5458; - font-size: 14px; - margin: 0px; - border: 1px solid #4d5458; + /*padding: 9px;*/ + /*border-radius: 10%;*/ + /*color: #4D5458;*/ + /*font-size: 14px;*/ + /*margin: 0px;*/ + /*border: 1px solid #4d5458;*/ + display: none; +} +.pagination li.next.disabled span { + display: none; } .fr {float: right;} @@ -1000,6 +1004,11 @@ ul.product-special li.promo:after { .products.pn { padding-bottom: 0; } +.products.pn>ul { + width: 100%; + float: left; + margin-bottom: -3px; +} ._form_checkbox_reset, .sort_block ul li a, .sort_block { font-size: 12px; @@ -1009,4 +1018,19 @@ ul.product-special li.promo:after { } .sort_block ul li a:hover { color: #333; +} +#HOME_SLIDER .jssora03l, #HOME_SLIDER .jssora03r { + width: 36px; + height: 340px; + background: url('../img/new_arrows_.png') no-repeat; +} +#HOME_SLIDER .jssora03l, #HOME_SLIDER .jssora03l:hover { + background-position: 0 50%; + left: 0; + top: 0; +} +#HOME_SLIDER .jssora03r, #HOME_SLIDER .jssora03r:hover { + background-position: -36px 50%; + right: 0; + top: 0; } \ No newline at end of file -- libgit2 0.21.4