summaryrefslogtreecommitdiff
path: root/StoneIsland
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-17 18:26:43 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-17 18:26:43 +0200
commitd1d9f92bf6398fdc6e2bb9a7d4a040659032c674 (patch)
tree1981c0db9b7a62de36ac0b0526633d731247bd96 /StoneIsland
parent712deb604be9d608b990c6ba1f9af2560e8f20e3 (diff)
touchups on cart
Diffstat (limited to 'StoneIsland')
-rwxr-xr-xStoneIsland/www/css/cart.css7
-rwxr-xr-xStoneIsland/www/index.html3
2 files changed, 10 insertions, 0 deletions
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css
index 58e712b0..7619a82b 100755
--- a/StoneIsland/www/css/cart.css
+++ b/StoneIsland/www/css/cart.css
@@ -72,6 +72,13 @@
display: none;
}
+#cart_confirm .shipping_address,
+#cart_confirm .shipping_method,
+#cart_confirm .payment_name,
+#cart_confirm .payment_method {
+ width: calc(100vw - 30px);
+ margin: 0 auto;
+}
#cart_thanks {
display: none;
}
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 92769657..0c2169d0 100755
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -385,6 +385,9 @@
I agree that YOOX NET-A-PORTER GROUP and SPORTSWEAR COMPANY may collect my personal information for creating a profile of my shopping habits.
</label>
</div>
+ <div class="container-message submessage">
+ <span class="msg"></span>
+ </div>
<div class="privacy-msg">
Consult our <u>PRIVACY POLICY</u> for further information.
</div>