diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-12 18:59:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-12 18:59:23 +0200 |
| commit | 90a550943188af41dfe8e82ddc386f56436c5a7e (patch) | |
| tree | db2bcea0ed446a3b16cda9e8b5642e9ba2f96870 /StoneIsland/www/css/products.css | |
| parent | de4c08d90cfeb96c416791e8210cfdba8c7aba44 (diff) | |
more ARIA tags. make headers 48px
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 { |
