From 7eb327b13bd9ee241f47f22ba1c3db3c90e8e942 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 16 Sep 2015 20:27:14 -0400 Subject: populate collectionview and productview --- .../xcshareddata/StoneIsland.xccheckout | 41 +++++++++++++++++++++ .../UserInterfaceState.xcuserstate | Bin 7709 -> 7875 bytes StoneIsland/platforms/ios/www/css/blogs.css | 3 ++ StoneIsland/platforms/ios/www/css/products.css | 2 + 4 files changed, 46 insertions(+) create mode 100644 StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.xcworkspace/xcshareddata/StoneIsland.xccheckout (limited to 'StoneIsland/platforms') diff --git a/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.xcworkspace/xcshareddata/StoneIsland.xccheckout b/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.xcworkspace/xcshareddata/StoneIsland.xccheckout new file mode 100644 index 00000000..841af2bf --- /dev/null +++ b/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.xcworkspace/xcshareddata/StoneIsland.xccheckout @@ -0,0 +1,41 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 7E1D02F6-0F9E-4C28-9F28-2E37CB639DF0 + IDESourceControlProjectName + StoneIsland + IDESourceControlProjectOriginsDictionary + + 10B248D89F55F057EF759644D7695723C40D8B27 + github.com:okfocus/stone-island.git + + IDESourceControlProjectPath + StoneIsland/platforms/ios/StoneIsland.xcodeproj + IDESourceControlProjectRelativeInstallPathDictionary + + 10B248D89F55F057EF759644D7695723C40D8B27 + ../../../../.. + + IDESourceControlProjectURL + github.com:okfocus/stone-island.git + IDESourceControlProjectVersion + 111 + IDESourceControlProjectWCCIdentifier + 10B248D89F55F057EF759644D7695723C40D8B27 + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 10B248D89F55F057EF759644D7695723C40D8B27 + IDESourceControlWCCName + stone-island + + + + diff --git a/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.xcworkspace/xcuserdata/jules.xcuserdatad/UserInterfaceState.xcuserstate b/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.xcworkspace/xcuserdata/jules.xcuserdatad/UserInterfaceState.xcuserstate index a5309150..5b45af91 100644 Binary files a/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.xcworkspace/xcuserdata/jules.xcuserdatad/UserInterfaceState.xcuserstate and b/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.xcworkspace/xcuserdata/jules.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css index 5f0641c2..ec945f65 100644 --- a/StoneIsland/platforms/ios/www/css/blogs.css +++ b/StoneIsland/platforms/ios/www/css/blogs.css @@ -1,14 +1,17 @@ .story #story { display: block } +#content.story { overflow: scroll } #story { display: none; } .hub #hub { display: block } +#content.hub { overflow: scroll } #hub { display: none; } .archive #archive { display: block } +#content.archive { overflow: scroll } #archive { display: none; } \ No newline at end of file diff --git a/StoneIsland/platforms/ios/www/css/products.css b/StoneIsland/platforms/ios/www/css/products.css index ec175386..bac0d116 100644 --- a/StoneIsland/platforms/ios/www/css/products.css +++ b/StoneIsland/platforms/ios/www/css/products.css @@ -1,5 +1,6 @@ .collection #collection { display: block } .collection #footer .filter { display: block } +#content.collection { overflow: scroll } #collection { display: none; } @@ -7,6 +8,7 @@ .product #product { display: block } .product #footer .buynow { display: block } .product #footer .addtocart { display: block } +#content.product { overflow: scroll } #product { display: none; } -- cgit v1.2.3-70-g09d2