summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-22 05:09:42 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-22 05:09:42 -0600
commitc6e799706173e54c1e39954e67a59d641cc27903 (patch)
treebeab05a22a9fe71ac5eeb5a3601d383ac5d8623e /StoneIsland/www/css
parentced5eccaa7d9c2485301281b45de3acac59e0ce3 (diff)
cordova test
Diffstat (limited to 'StoneIsland/www/css')
-rwxr-xr-xStoneIsland/www/css/account.css4
-rwxr-xr-xStoneIsland/www/css/cart.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index 4c71ac57..b77cd428 100755
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -353,6 +353,10 @@ input.switch:checked + label:after {
margin:0 auto;
}
+#signup .checkbox-container {
+ margin-top:12px!important
+}
+
.checkbox-toggle {
display:table-cell;
box-sizing:border-box;
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css
index c214c93e..5c910eb4 100755
--- a/StoneIsland/www/css/cart.css
+++ b/StoneIsland/www/css/cart.css
@@ -357,6 +357,6 @@ color:#000;
margin-top:0px
}
-#cart .scroll, #payment .scroll, #shipping .scroll {
+#cart .scroll, #payment .scroll, #shipping .scroll, #signup .scroll {
min-height:calc(100% + 100px)
} \ No newline at end of file