From acb2ba68247ca6272513d6a27ec3f13f49558cb4 Mon Sep 17 00:00:00 2001 From: Rene Ae Date: Sat, 21 Nov 2015 21:47:42 -0600 Subject: flex stuff on signup --- StoneIsland/www/css/account.css | 21 ++++++- StoneIsland/www/css/products.css | 4 +- StoneIsland/www/index.html | 97 ++++++++++++++++--------------- StoneIsland/www/js/lib/auth/LoginView.js | 2 +- StoneIsland/www/js/lib/auth/SignupView.js | 2 +- 5 files changed, 73 insertions(+), 53 deletions(-) diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 9876b3c5..41f6b413 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -216,14 +216,24 @@ input.switch:checked + label:after { } .container-fill { + min-height:40px; flex: 1; align-items: center; justify-content: center; position:relative; } +.container-row .container-message { + color:#000; + text-align:center; + width:calc(100vw - 10px); + box-sizing:border-box; + margin:12px auto; + position:relative + +} -.container-message { +.container-fill .container-message { font-size:12px; letter-spacing:0.5px; text-align:center; @@ -233,8 +243,11 @@ input.switch:checked + label:after { width:100%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); + color:#000; } + + .premessage { top:calc(50% - 20px)!important; } @@ -252,7 +265,7 @@ input.switch:checked + label:after { width:calc(100vw - 10px); display:table; box-sizing:border-box; - margin:5px auto 0; + margin:0 auto 5px; } .checkbox-toggle { @@ -278,6 +291,10 @@ input.switch:checked + label:after { box-sizing:border-box; } +.checkbox-row:first-child { + margin:0; +} + .checkbox-toggle label { position:absolute; diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 59218d33..6ab9d0bd 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -74,7 +74,7 @@ } .product .product-header { - font-size:13px; + font-size:14px; margin:18px 0 0; max-width:60%; position:relative; @@ -106,7 +106,7 @@ .product .type { display:table-cell; - font-size:13px; + font-size:14px; } .product .size { diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 17b5c14d..1e2f47c8 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -318,58 +318,61 @@

NEW USER

- - - - - - -
- GENDER - -
- -

PASSWORD

- - - -
-
-
- - -
- +
+
+ + + + + + +
+ GENDER +
-
-
- - -
- +

PASSWORD

+ +
-
- Consult our PRIVACY POLICY for further information. +
+
+ + + * Your personal and payment
+ information will always remain private +
+
-
- -
-
- - * Your personal and payment
- information will always remain private -
+
+
+
+
+ + +
+ +
+
+
+ + +
+ +
+
+ Consult our PRIVACY POLICY for further information. +
+
-
diff --git a/StoneIsland/www/js/lib/auth/LoginView.js b/StoneIsland/www/js/lib/auth/LoginView.js index 1e0f3b7a..86cf7159 100644 --- a/StoneIsland/www/js/lib/auth/LoginView.js +++ b/StoneIsland/www/js/lib/auth/LoginView.js @@ -18,7 +18,7 @@ var LoginView = FormView.extend({ show: function(){ app.footer.show("SUBMIT", "CANCEL") this.$form.get(0).reset() - this.$msg.html("* Your personal and payment information will always remain private") + this.$msg.html("* Your personal and payment
information will always remain private") document.body.className = "login" }, diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js index b7095a98..71d3c8d0 100644 --- a/StoneIsland/www/js/lib/auth/SignupView.js +++ b/StoneIsland/www/js/lib/auth/SignupView.js @@ -18,7 +18,7 @@ var SignupView = FormView.extend({ show: function(){ app.footer.show("SUBMIT", "CANCEL") this.$form.get(0).reset() - this.$msg.html("* Your personal and payment information will always remain private") + this.$msg.html("* Your personal and payment
information will always remain private") document.body.className = "signup" }, -- cgit v1.2.3-70-g09d2