diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-22 01:26:29 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-22 01:26:29 -0600 |
| commit | c8ea1aef25e28665478b9d94c4f63d26cda784b1 (patch) | |
| tree | 2bc079dac25e40c5f818be8f698ccc1594d4bc9f /StoneIsland/platforms/ios/www/css/account.css | |
| parent | 89b39c69c00c180287912f4777ea2ec487fa6412 (diff) | |
| parent | bed982d4cbea6752ed2fe03c3163842f2205601c (diff) | |
Merge branch 'android' of https://github.com/okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/account.css')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/account.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/css/account.css b/StoneIsland/platforms/ios/www/css/account.css index fbb960d0..fd5ffdf6 100755 --- a/StoneIsland/platforms/ios/www/css/account.css +++ b/StoneIsland/platforms/ios/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 } |
