From 6e3fbfc577116bc0b77aa4f8bee40148f5322e24 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 23 Nov 2015 04:30:42 -0500 Subject: state dropdown --- StoneIsland/www/css/account.css | 10 ++ StoneIsland/www/index.html | 181 +++++++++++++++-------------- StoneIsland/www/js/lib/cart/CartSummary.js | 2 +- 3 files changed, 104 insertions(+), 89 deletions(-) diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 4286baa0..765f575a 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -362,6 +362,16 @@ input.switch:checked + label:after { width: calc(100vw - 10px); border: 1px solid #a9a9a9; } +.half-input .select-wrapper { + width: 50%; + border: 0; + margin-top: -1px; + float: left; +} +.half-input .select-wrapper span { + top: 9px; + color: #aaa; +} .select-wrapper select { opacity: 0; width: 100%; diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 1bbae37f..9955e602 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -594,36 +594,39 @@
-
- ADDRESS -
+
+
add/edit
+
+ ADDRESS +
+
-

SHIPPING METHOD

- - -
-
-
- - -
- -
-
-
- - -
- -
+

SHIPPING METHOD

+ +
+
+
+ + +
+ +
+
+
+ +
- + +
+
+ +
@@ -694,69 +697,71 @@ -
+
- +
+ STATE + +
-
- -
-
- + +
+
+
diff --git a/StoneIsland/www/js/lib/cart/CartSummary.js b/StoneIsland/www/js/lib/cart/CartSummary.js index 4ca6ab64..7eb9f415 100644 --- a/StoneIsland/www/js/lib/cart/CartSummary.js +++ b/StoneIsland/www/js/lib/cart/CartSummary.js @@ -55,7 +55,7 @@ var CartSummary = ScrollableView.extend({ this.$rows.empty() data.Cart.Items.forEach(function(item){ - var $el = $("
") + var $el = $("
").addClass("cart_item_row") this.$rows.append($el) var code_ten = item['Code10'] var code = code_ten.substr(0, 8) -- cgit v1.2.3-70-g09d2