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.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index cfca71de..fbb960d0 100644
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -206,10 +206,11 @@ input[type=text], input[type=password], input[type=number], input[type=email] {
}
input.switch {
- height: 50px;
- width: 50px;
- opacity: 0;
- z-index:9999999;
+ height: 50px;
+ width: 50px;
+ opacity: 0;
+ z-index: 9999999;
+ position: relative;
}
input.switch + label {
@@ -221,7 +222,7 @@ input.switch + label {
border-radius: 15px;
position: absolute;
top: 50%;
- left: 0;
+ left: 25px;
transform: translateX(-50%) translateY(-50%);
}