summaryrefslogtreecommitdiff
path: root/StoneIsland/www
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www')
-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>