From 156afb6d7754e2ce8610fee3b86e0b7155f9f96b Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Mon, 25 Mar 2013 10:25:38 -0400 Subject: [PATCH] Remove duplicate login dialog. --- lms/templates/accounts_login.html | 71 +++---------------------------- 1 file changed, 7 insertions(+), 64 deletions(-) diff --git a/lms/templates/accounts_login.html b/lms/templates/accounts_login.html index 011ca643c6..db9cca2b22 100644 --- a/lms/templates/accounts_login.html +++ b/lms/templates/accounts_login.html @@ -10,7 +10,7 @@ left: 0; margin: 100px auto; top: 0; - z-index: 200; + height:500px; } .login-box input[type=submit] { @@ -18,75 +18,18 @@ height: auto !important; } -#lean_overlay { - display: block; - position: fixed; - left: 0px; - top: 0px; - z-index: 100; - width:100%; - height:100%; -} - +