From ca3ae3a43bb47cb2b97b6878ea28d9eef0db25ca Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 21 Jan 2016 02:52:58 +0100 Subject: scroll to field, archive fix, hide not available --- StoneIsland/www/css/blogs.css | 4 +--- StoneIsland/www/css/cart.css | 2 +- StoneIsland/www/css/products.css | 9 +++++++++ StoneIsland/www/index.html | 2 +- StoneIsland/www/js/lib/auth/LoginView.js | 2 +- StoneIsland/www/js/lib/blogs/ArchiveView.js | 3 +++ StoneIsland/www/js/lib/nav/AddressView.js | 5 +++++ StoneIsland/www/js/lib/products/CollectionView.js | 2 ++ StoneIsland/www/js/lib/products/ProductView.js | 3 +++ StoneIsland/www/js/lib/view/Scrollable.js | 2 +- 10 files changed, 27 insertions(+), 7 deletions(-) (limited to 'StoneIsland/www') diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index ca5b4c7f..c6ec7b25 100755 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -129,6 +129,7 @@ animation: mfadein 0.6s; z-index:2; position:absolute; display:block; + animation: gallery-fade 4s forwards; } .gallery-right { border:1px solid black; @@ -149,9 +150,6 @@ animation: mfadein 0.6s; z-index:2; position:absolute; display:block; -} -.product .gallery-left, -.product .gallery-right { animation: gallery-fade 4s forwards; } diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css index 5c910eb4..58e712b0 100755 --- a/StoneIsland/www/css/cart.css +++ b/StoneIsland/www/css/cart.css @@ -358,5 +358,5 @@ color:#000; } #cart .scroll, #payment .scroll, #shipping .scroll, #signup .scroll { - min-height:calc(100% + 100px) + min-height:calc(100% + 250px) } \ No newline at end of file diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index b37b6bbd..52fe05ee 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -16,6 +16,15 @@ background: rgba(245,245,245,1.0); } +#collection .single .item { + max-width: 98vw; +} +#collection .single .item img { + width: 98vw; + height: 126vw; +} + + .product #product { display: block } #product { display: none; diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index c1f497bf..886afe3b 100755 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -1055,7 +1055,7 @@ --> - +