summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/index.html')
-rwxr-xr-xStoneIsland/www/index.html30
1 files changed, 14 insertions, 16 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 4058403c..9f8da2b4 100755
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -418,20 +418,26 @@
<h2>CHANGE PASSWORD</h2>
<input type="password" name="CurrentPassword" placeholder="CURRENT PASSWORD" required>
<input type="password" name="NewPassword" placeholder="NEW PASSWORD (7 CHARACTERS OR MORE)" required>
- <div class="toggle-container">
- <div class="caption">
- <h3>Newsletter</h3>
- Receive Stone Island Newsletter
- </div>
- <div class="toggle">
- <input type="checkbox" id="receive-newsletter-profile" name="YooxLetter" class="switch" value="true">
- <label for="receive-newsletter-profile"></label>
+ <div class="container-fill container-fill-condensed">
+ <div class="container-message container-message-condensed">
+ <span class="msg msg-condensed">
+ </span>
</div>
</div>
<div class="container-row">
<div class="checkbox-container">
<div class="checkbox-row">
<div class="checkbox-toggle">
+ <input type="checkbox" id="receive-newsletter-profile" name="YooxLetter" value="true" required>
+ <label for="receive-newsletter-profile"></label>
+ </div>
+ <label class="checkbox-caption" for="receive-newsletter-profile">
+ <b>Newsletter</b><br>
+ Receive Stone Island Newsletter
+ </label>
+ </div>
+ <div class="checkbox-row">
+ <div class="checkbox-toggle">
<input type="checkbox" id="checkbox-shopping-data-profiling-profile" name="DataProfiling" value="true" required>
<label for="checkbox-shopping-data-profiling-profile"></label>
</div>
@@ -445,14 +451,6 @@
</div>
</div>
</div>
- <div class="container-fill">
- <div class="container-message">
- <span class="msg">
- * Your personal and payment<br>
- information will always remain private
- </span>
- </div>
- </div>
</div>
</form>
</div>