diff options
Diffstat (limited to 'StoneIsland/www/css')
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 30 | ||||
| -rwxr-xr-x | StoneIsland/www/css/products.css | 24 |
2 files changed, 29 insertions, 25 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index b7002f20..885ee500 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -198,7 +198,7 @@ padding-bottom:0px; display: block; position: absolute; top: 0; left: 0; width: 100%; - height: 42px; + height: 48px; border-bottom: 1px solid black; } #header .logo { @@ -207,30 +207,30 @@ padding-bottom:0px; background-position: center center; position: absolute; background-size: contain; - width: 100px; height: 40px; - left: 50%; top: -4px; + width: 100px; height: 48px; + left: 50%; top: -3px; margin-left: -50px; top:0px; } #header .burger { display: inline-block; font-size: 24px; - padding: 9px 10px 5px; + padding: 12px 13px 7px; } #header .cart_rapper { display: inline-block; position: relative; float: right; - width: 40px; height: 40px; + width: 48px; height: 48px; } #header .cart { position: relative; float: right; width: 18px; - top: 15px; + top: 5px; height: 18px; - margin-right: 18px; + margin-right: 0px; background: #fff; background-image:url(../img/cart-box.png); background-size:100%; @@ -274,7 +274,7 @@ padding-bottom:0px; #footer div { width: 50%; text-align: center; - padding: 10px 0; + padding: 12px 0; color: #000; float: left; font-size:14px; @@ -462,20 +462,20 @@ padding-bottom:0px; #cart, #profile, #shipping, #payment, #settings, #orders { position: absolute; - top: 43px; - height: -webkit-calc(100% - 43px - 39px); - height: calc(100% - 43px - 39px); + top: 49px; + height: -webkit-calc(100% - 49px - 39px); + height: calc(100% - 49px - 39px); width: 100%; overflow: hidden; } #collection.single { - height: -webkit-calc(100% - 43px); - height: calc(100% - 43px); + height: -webkit-calc(100% - 49px); + height: calc(100% - 49px); } #story, #hub, #archive, .page, #closed { /* these things do not have a footer */ - height: -webkit-calc(100% - 43px); - height: calc(100% - 43px); + height: -webkit-calc(100% - 49px); + height: calc(100% - 49px); } h1 { 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 { |
