diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-22 14:16:46 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-22 14:16:46 -0600 |
| commit | 5cb848da1e48574c92da2ec67d2367fc0b0cbbe7 (patch) | |
| tree | 16e1dd69d2d7987d30932652c09b40520d5fe610 /StoneIsland/platforms/android/assets/www/css | |
| parent | c6e799706173e54c1e39954e67a59d641cc27903 (diff) | |
cordova android
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/css')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/css/account.css | 4 | ||||
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/css/cart.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/assets/www/css/account.css b/StoneIsland/platforms/android/assets/www/css/account.css index 4c71ac57..b77cd428 100755 --- a/StoneIsland/platforms/android/assets/www/css/account.css +++ b/StoneIsland/platforms/android/assets/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/platforms/android/assets/www/css/cart.css b/StoneIsland/platforms/android/assets/www/css/cart.css index c214c93e..5c910eb4 100755 --- a/StoneIsland/platforms/android/assets/www/css/cart.css +++ b/StoneIsland/platforms/android/assets/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 |
