diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:22:37 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:22:37 -0500 |
| commit | 6ee6c97b039d373c8580b8a5c90148799fbfd97a (patch) | |
| tree | e89e745e386cccfc344ab764eb2c626440e5582d /views/stylesheets/authentication.css | |
| parent | a160304a54ee0219f48faee8a7402503f2160902 (diff) | |
password email preliminary pass
Diffstat (limited to 'views/stylesheets/authentication.css')
| -rw-r--r-- | views/stylesheets/authentication.css | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css index 232e5a091..0922ad730 100644 --- a/views/stylesheets/authentication.css +++ b/views/stylesheets/authentication.css @@ -30,6 +30,10 @@ body { height: 220px; } +.forgot { + height: 175px; +} + .signup { height: 273px; } @@ -50,13 +54,26 @@ body { height: 300px; } +#overlay_forgot { + height: 250px; +} + #new_user, #to_login { + right: 15px; +} + +#new_user, +#to_login, +#forgot { + top: 15px; width: 20px; height: 20px; position: absolute; - top: 15px; - right: 15px; +} + +#forgot { + left: 15px; } .overlay { |
