From ebf29872c4e9108776cd5022450a7d6274ed5d5f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 6 Nov 2015 02:07:18 -0500 Subject: galleries on hub view --- StoneIsland/www/css/blogs.css | 1 + StoneIsland/www/css/index.css | 2 +- StoneIsland/www/css/products.css | 4 ++-- StoneIsland/www/index.html | 2 +- StoneIsland/www/js/lib/blogs/ArchiveView.js | 4 ++-- StoneIsland/www/js/lib/blogs/HubView.js | 5 +++-- StoneIsland/www/js/lib/blogs/StoryView.js | 3 ++- StoneIsland/www/js/lib/products/ProductView.js | 20 +++++++++++--------- 8 files changed, 23 insertions(+), 18 deletions(-) (limited to 'StoneIsland') diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index 58c45468..5d0f90fd 100644 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -19,6 +19,7 @@ } #story .links li.active { font-weight: bold; + text-decoration: underline; } #story .content > div { display: none; diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css index b0f35a96..f57aebed 100644 --- a/StoneIsland/www/css/index.css +++ b/StoneIsland/www/css/index.css @@ -31,7 +31,7 @@ body { .loader:before { content: ''; border-radius: 50%; - border-top: 3px solid #fff; + border-top: 3px solid #999; border-right: 3px solid transparent; animation: loading .5s linear infinite; -webkit-animation: loading .5s linear infinite; diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index e78ee9df..b3dff2ba 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -29,12 +29,12 @@ display: block; } -#gallery { +.gallery { width: 100vw; height: 63vw; } -#gallery .item { +.gallery .item { width: 100vw; height: 63vw; background-size: contain; diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 705ceca2..953b3f8d 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -146,7 +146,7 @@
-