Commit aaadf951fdb2139fbe244548642b6fd9d08b97b9
1 parent
1be33638
Веталь
Showing
1 changed file
with
32 additions
and
8 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -338,9 +338,9 @@ ul.brends_list li{float:left;text-align:center;margin:0px 15px 20px 15px;} |
338 | 338 | |
339 | 339 | .txts{color:#9da9b1;font-size:18px;margin-bottom:20px;} |
340 | 340 | |
341 | -.content ul.pagination{list-style:none;text-align:center;} | |
341 | +.content ul.pagination{list-style:none;text-align:center; margin: 0 0 16px 0;padding: 0;} | |
342 | 342 | .content ul.pagination li{display:inline;} |
343 | -.content ul.pagination li a{padding:3px;color:#82a02f;font-size: 16px;margin:0px; text-decoration: none; } | |
343 | +.content ul.pagination li a{padding:3px;color:#82a02f;font-size: 15px;margin:0; text-decoration: none; } | |
344 | 344 | .content ul.pagination li a:hover {text-decoration: underline} |
345 | 345 | .content ul.pagination li.active a{color: #333333;} |
346 | 346 | .boxitem{ |
... | ... | @@ -422,12 +422,16 @@ ul.social {margin-top: 20px;} |
422 | 422 | vertical-align: middle; |
423 | 423 | } |
424 | 424 | .pagination li.prev.disabled span { |
425 | - padding: 9px; | |
426 | - border-radius: 10%; | |
427 | - color: #4D5458; | |
428 | - font-size: 14px; | |
429 | - margin: 0px; | |
430 | - border: 1px solid #4d5458; | |
425 | + /*padding: 9px;*/ | |
426 | + /*border-radius: 10%;*/ | |
427 | + /*color: #4D5458;*/ | |
428 | + /*font-size: 14px;*/ | |
429 | + /*margin: 0px;*/ | |
430 | + /*border: 1px solid #4d5458;*/ | |
431 | + display: none; | |
432 | +} | |
433 | +.pagination li.next.disabled span { | |
434 | + display: none; | |
431 | 435 | } |
432 | 436 | .fr {float: right;} |
433 | 437 | |
... | ... | @@ -1000,6 +1004,11 @@ ul.product-special li.promo:after { |
1000 | 1004 | .products.pn { |
1001 | 1005 | padding-bottom: 0; |
1002 | 1006 | } |
1007 | +.products.pn>ul { | |
1008 | + width: 100%; | |
1009 | + float: left; | |
1010 | + margin-bottom: -3px; | |
1011 | +} | |
1003 | 1012 | |
1004 | 1013 | ._form_checkbox_reset, .sort_block ul li a, .sort_block { |
1005 | 1014 | font-size: 12px; |
... | ... | @@ -1009,4 +1018,19 @@ ul.product-special li.promo:after { |
1009 | 1018 | } |
1010 | 1019 | .sort_block ul li a:hover { |
1011 | 1020 | color: #333; |
1021 | +} | |
1022 | +#HOME_SLIDER .jssora03l, #HOME_SLIDER .jssora03r { | |
1023 | + width: 36px; | |
1024 | + height: 340px; | |
1025 | + background: url('../img/new_arrows_.png') no-repeat; | |
1026 | +} | |
1027 | +#HOME_SLIDER .jssora03l, #HOME_SLIDER .jssora03l:hover { | |
1028 | + background-position: 0 50%; | |
1029 | + left: 0; | |
1030 | + top: 0; | |
1031 | +} | |
1032 | +#HOME_SLIDER .jssora03r, #HOME_SLIDER .jssora03r:hover { | |
1033 | + background-position: -36px 50%; | |
1034 | + right: 0; | |
1035 | + top: 0; | |
1012 | 1036 | } |
1013 | 1037 | \ No newline at end of file | ... | ... |