diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-21 23:02:44 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-21 23:02:44 -0800 |
| commit | 958bc0f9585c741a3147dee368c09254a1717d69 (patch) | |
| tree | b21ae8ada3c3c73d0bf54a611b054edd1d2b3006 /StoneIsland/www/css/account.css | |
| parent | a82385e14c7ede73ef6893af8235f2e9e145da53 (diff) | |
| parent | 56275fcf2d133967f0f4baed9542d233e5e36ec4 (diff) | |
Merge branch 'android' of github.com:okfocus/stone-island into android
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 } |
