aboutsummaryrefslogtreecommitdiff
path: root/views/stylesheets/authentication.css
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-25 01:26:49 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-25 01:26:49 -0500
commitdb7aa80be56e2d91acf224013b24ab73385f836c (patch)
tree1078d9f2766cdb21adbe2f931c83ed3af8db8cfc /views/stylesheets/authentication.css
parent80a2f5540af2aae49685de09a2b94f216f10f0d7 (diff)
parent0bce0c3388d46eff65cad64dd545bd9060178cfe (diff)
Merge branch 'authentication' of github-tsch-brown:browngraphicslab/Dash-Web into authentication
Diffstat (limited to 'views/stylesheets/authentication.css')
-rw-r--r--views/stylesheets/authentication.css21
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 {