summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rw-r--r--StoneIsland/www/css/account.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index dd360cc9..b709cbdb 100644
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -80,6 +80,8 @@ input[type=text], input[type=password], input[type=number], input[type=date], in
margin-top:4px;
width: calc(100vw - 10px);
border:1px solid #a9a9a9;
+ padding: 0;
+ border-radius: 0;
}
.half-input {
@@ -205,8 +207,9 @@ input.switch:checked + label:after {
display: flex;
flex-direction: column;
margin:0;
- left:0;right:0;
- top:64px;
+ left:0;
+ right:0;
+ top: 0;
}