summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-08 20:55:47 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-08 20:55:47 -0600
commitea6860e8d1d8f8b5dac999373feed0a98534f213 (patch)
tree2c6c8a0c25826accc9a828a50921f37c91359101 /StoneIsland/www/css/account.css
parentf757b2c031bd6f44e4ee40227f68605958cdc099 (diff)
android modifications
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rw-r--r--StoneIsland/www/css/account.css20
1 files changed, 14 insertions, 6 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index fa4243c1..cfca71de 100644
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -206,9 +206,10 @@ input[type=text], input[type=password], input[type=number], input[type=email] {
}
input.switch {
- max-height: 0;
- max-width: 0;
+ height: 50px;
+ width: 50px;
opacity: 0;
+ z-index:9999999;
}
input.switch + label {
@@ -295,7 +296,7 @@ input.switch:checked + label:after {
text-align:center;
width:calc(100vw - 10px);
box-sizing:border-box;
- margin:12px auto;
+ margin:10px auto;
position:relative
}
@@ -343,8 +344,11 @@ input.switch:checked + label:after {
}
.checkbox-toggle input {
- width:25px; height:35px;
- opacity:0;
+ width: 50px;
+ height: 35px;
+ opacity: 0;
+ z-index: 99999;
+ position: relative;
}
.checkbox-caption {
@@ -408,7 +412,11 @@ input.switch:checked + label:after {
}
.privacy-msg {
- text-align: center;
+ left: 50%;
+ display: inline-block;
+ position: relative;
+ transform: translateX(-50%);
+ padding-top: 15px;
}
.select-wrapper {