diff options
Diffstat (limited to 'StoneIsland/www/css/products.css')
| -rwxr-xr-x | StoneIsland/www/css/products.css | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 59bb403f..1a7d5ba2 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -136,14 +136,14 @@ } .product .style { - padding:4px 9px; + padding: 0; border:1px solid black; float:left } .product .share { float:right; - padding:4px 9px; + padding: 12px 12px; border:1px solid black; } @@ -152,17 +152,21 @@ font-size:14px; } -.product .size { - padding-right:16px; +.product span { position:relative; - box-sizing:border-box + box-sizing:border-box; + display: inline-block; + padding: 12px; +} +.product span.size { + border-right: 1px solid #444; } .product .price { display:table-cell; font-size:14px; text-align:right; - vertical-align:bottom + vertical-align:bottom; } .product .price, .product .type { @@ -179,12 +183,12 @@ .style-share { letter-spacing:0.5px; - font-size:12.35px + font-size:12.35px; } .size-color { position:relative; - font-size:12.35px + font-size:12.35px; } .type-price, .style-share { @@ -194,7 +198,7 @@ } -.size::after { +/*.size::after { content: ''; display: inline-block; width: 1px; @@ -205,7 +209,7 @@ right:5px; background: #999; } - +*/ .product .fit, .product .notAvailableInCanada { |
