summaryrefslogtreecommitdiff
path: root/StoneIsland/www
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www')
-rwxr-xr-xStoneIsland/www/css/account.css4
-rwxr-xr-xStoneIsland/www/js/lib/products/CollectionView.js2
2 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index b77cd428..f5b6079a 100755
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -458,6 +458,9 @@ input.switch:checked + label:after {
width: calc(100vw - 10px);
border: 1px solid #a9a9a9;
}
+.date-wrapper span {
+ display: block;
+}
.half-input .select-wrapper {
width: 50%;
border: 0;
@@ -476,6 +479,7 @@ input.switch:checked + label:after {
position: absolute;
top: -5px;
left: -1px;
+ width: 1px; height: 1px;
}
.select-wrapper select {
opacity: 0;
diff --git a/StoneIsland/www/js/lib/products/CollectionView.js b/StoneIsland/www/js/lib/products/CollectionView.js
index c1088b5f..5480c016 100755
--- a/StoneIsland/www/js/lib/products/CollectionView.js
+++ b/StoneIsland/www/js/lib/products/CollectionView.js
@@ -42,7 +42,7 @@ var CollectionView = ScrollableView.extend({
save: function(){
this.filterView.filter()
},
-
+
fetch: function(){
console.log("collection fetch")
if (this.loaded) {