diff options
| author | Rene Ae <aehtyb@gail.com> | 2015-12-22 01:00:19 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gail.com> | 2015-12-22 01:00:19 -0600 |
| commit | 24aaba66007c8f3967d1336a1322ef9141f94ee4 (patch) | |
| tree | 3d844ba55f95505f23daad3edb6044b77e01fdd6 /StoneIsland/www/css/account.css | |
| parent | 0cd5ed392809b343c2f8d85df81f59021129723a (diff) | |
bugfixes
Diffstat (limited to 'StoneIsland/www/css/account.css')
| -rwxr-xr-x | StoneIsland/www/css/account.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index fbb960d0..fd5ffdf6 100755 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -172,7 +172,17 @@ input[type=text], input[type=password], input[type=number], input[type=email] { border-right: 1px solid #a9a9a9; } -.toggle-container { +#signup .toggle-container, #profile .toggle-container { + margin: 0px auto; + display: table; + margin-top: 0px; + width: calc(100vw - 10px); + box-sizing: border-box; + padding:0px 18px 2px; + font-size:14px; +} + +#settings .toggle-container { margin: 0px auto; display: table; margin-top: 10px; @@ -297,7 +307,7 @@ input.switch:checked + label:after { text-align:center; width:calc(100vw - 10px); box-sizing:border-box; - margin:10px auto; + margin:10px auto 0; position:relative } |
