summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rwxr-xr-xStoneIsland/www/css/account.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index b3270a32..26883071 100755
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/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 {
@@ -475,11 +475,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 +520,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 {