diff options
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/css/account.css')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/css/account.css | 49 |
1 files changed, 34 insertions, 15 deletions
diff --git a/StoneIsland/platforms/android/assets/www/css/account.css b/StoneIsland/platforms/android/assets/www/css/account.css index da710fd7..32c7df79 100755 --- a/StoneIsland/platforms/android/assets/www/css/account.css +++ b/StoneIsland/platforms/android/assets/www/css/account.css @@ -155,7 +155,6 @@ input[type=text], input[type=password], input[type=number], input[type=email] { display: block; margin-top: 4px; width: calc(100vw - 10px); - border: 1px solid #a9a9a9; overflow: auto; } @@ -165,7 +164,8 @@ input[type=text], input[type=password], input[type=number], input[type=email] { border:none; box-sizing: border-box; float: left; - width: 50%; + border: 1px solid #a9a9a9; + width: 50%; } .half-input > input:first-child { @@ -306,6 +306,11 @@ input.switch:checked + label:after { min-height:38px!important; } +#cart .container-fill, +#shipping .container-fill { + margin-bottom: 50vh; +} + .container-row .container-message { color:#000; text-align:center; @@ -365,11 +370,11 @@ input.switch:checked + label:after { } .checkbox-toggle input { - width: 45px; - height: 35px; - opacity: 0; - z-index: 99999; - position: relative; + width: 45px; + height: 35px; + opacity: 0; + z-index: 99999; + position: relative; } .checkbox-caption { @@ -378,6 +383,10 @@ input.switch:checked + label:after { box-sizing:border-box; } +.billing-container .checkbox-caption { + text-transform: uppercase; +} + .checkbox-row { margin:6px 0 0; box-sizing:border-box; @@ -433,12 +442,15 @@ input.switch:checked + label:after { } .privacy-msg { - left: 50%; - display: inline-block; - position: relative; - transform: translateX(-50%); - padding-top: 15px; - padding-bottom: 80px; + left: 50%; + display: inline-block; + position: relative; + transform: translateX(-50%); + padding-top: 15px; + padding-bottom: 80px; +} +.privacy-msg a { + color: black; } .select-wrapper { @@ -465,11 +477,15 @@ input.switch:checked + label:after { .half-input .select-wrapper { width: 50%; border: 0; - margin-top: -1px; + margin-top: 0px; float: left; + box-sizing: border-box; + border: 1px solid #a9a9a9; + border-left: 0px; } + .half-input .select-wrapper span { - top: 9px; + top: 8px; color: #aaa; } .select-wrapper [type=date] { @@ -506,8 +522,11 @@ input.switch:checked + label:after { .country-wrapper-static { text-align: center; color: #a9a9a9; + border: 1px solid; padding-top: 9px; font-size: 14px; + height: 35px; + box-sizing: border-box; } .container-row input:first-child { |
