diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/account.css')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/account.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/StoneIsland/platforms/ios/www/css/account.css b/StoneIsland/platforms/ios/www/css/account.css index b3270a32..973f3d2c 100755 --- a/StoneIsland/platforms/ios/www/css/account.css +++ b/StoneIsland/platforms/ios/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 { @@ -307,7 +307,6 @@ input.switch:checked + label:after { } #cart .container-fill, -#payment .container-fill, #shipping .container-fill { margin-bottom: 50vh; } @@ -475,11 +474,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] { @@ -516,8 +519,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 { |
