modified product form to split attribute.
This commit is contained in:
committed by
Julien Chanseaume
parent
0aa43bb773
commit
5ab74a423b
@@ -5174,7 +5174,7 @@ body.modal-open,
|
|||||||
left: 100%;
|
left: 100%;
|
||||||
}
|
}
|
||||||
.carousel-inner > .prev {
|
.carousel-inner > .prev {
|
||||||
left: -99.99999999%;
|
left: -100%;
|
||||||
}
|
}
|
||||||
.carousel-inner > .next.left,
|
.carousel-inner > .next.left,
|
||||||
.carousel-inner > .prev.right {
|
.carousel-inner > .prev.right {
|
||||||
@@ -12626,6 +12626,7 @@ td.product .name > a:focus,
|
|||||||
#product-details .product-info .pse-name {
|
#product-details .product-info .pse-name {
|
||||||
color: #555555;
|
color: #555555;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
#product-details .product-price .price-container {
|
#product-details .product-price .price-container {
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
|
|||||||
Reference in New Issue
Block a user