modified product form to split attribute.

This commit is contained in:
Julien Chanséaume
2014-07-24 17:14:26 +02:00
committed by Julien Chanseaume
parent b4d0d085fe
commit 4e1e082a7c
5 changed files with 305 additions and 56 deletions

View File

@@ -5174,7 +5174,7 @@ body.modal-open,
left: 100%;
}
.carousel-inner > .prev {
left: -99.99999999%;
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
@@ -12260,7 +12260,7 @@ td.product .name > a:focus,
display: block;
font-size: 14px;
line-height: 25px;
font-style: italic;
font-style: normal;
font-weight: 400;
}
.product-price .old-price .price {
@@ -12605,6 +12605,11 @@ td.product .name > a:focus,
margin-top: -8px;
margin-bottom: 20px;
}
#product-details .product-info .pse-name {
color: #555555;
font-size: 14px;
margin-left: 10px;
}
#product-details .product-price .price-container {
margin-left: -15px;
margin-right: -15px;