Commit 1d90183c2bedf306b4d1b4278a14bb559ed0e650
Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
11 additions
and
6 deletions
Show diff stats
common/config/main.php
frontend/web/css/style.css
@@ -159,7 +159,7 @@ a.link_buy:active, .submit4m:active,.checkout_basket button:active, .submit4:act | @@ -159,7 +159,7 @@ a.link_buy:active, .submit4m:active,.checkout_basket button:active, .submit4:act | ||
159 | 159 | ||
160 | } | 160 | } |
161 | .checkout_basket button:focus, .submit4:focus { outline: none;} | 161 | .checkout_basket button:focus, .submit4:focus { outline: none;} |
162 | -.mycarousel{position:absolute;right:0;top:13px;} | 162 | +.mycarousel{position:absolute;right:22px;top:13px;} |
163 | ul.mycarousel{list-style:none;margin:0px;padding:0px;} | 163 | ul.mycarousel{list-style:none;margin:0px;padding:0px;} |
164 | ul.mycarousel li{margin:0px;padding:0px;} | 164 | ul.mycarousel li{margin:0px;padding:0px;} |
165 | .mycarousel img{border:1px solid #d2d2d2;} | 165 | .mycarousel img{border:1px solid #d2d2d2;} |
@@ -1358,7 +1358,7 @@ ul.product-special li.promo div:after { | @@ -1358,7 +1358,7 @@ ul.product-special li.promo div:after { | ||
1358 | width: 100%; | 1358 | width: 100%; |
1359 | height: 100%; | 1359 | height: 100%; |
1360 | } | 1360 | } |
1361 | -.info.product-thumb-video iframe { | 1361 | +.info.product-thumb-video iframe, .info.product-thumb-video embed { |
1362 | width: 100% !important; | 1362 | width: 100% !important; |
1363 | height: auto !important; | 1363 | height: auto !important; |
1364 | } | 1364 | } |
@@ -1559,7 +1559,12 @@ input.custom-radio + label:hover { | @@ -1559,7 +1559,12 @@ input.custom-radio + label:hover { | ||
1559 | .owl-controls .owl-buttons .owl-next:before { | 1559 | .owl-controls .owl-buttons .owl-next:before { |
1560 | background-position: -8px 0; | 1560 | background-position: -8px 0; |
1561 | } | 1561 | } |
1562 | -.product-thumb-video iframe { | ||
1563 | - width: 260px; | ||
1564 | - height: auto; | 1562 | +.basket_input_2.required .control-label {position: relative} |
1563 | +.basket_input_2.required .control-label:before { | ||
1564 | + position: absolute; | ||
1565 | + top: 0; | ||
1566 | + content: '*'; | ||
1567 | + color: #D60000; | ||
1568 | + left: -11px; | ||
1569 | + padding-top: 2px; | ||
1565 | } | 1570 | } |