From ea7f5a3cc52fc9a73fcee9e43c303a4fa0d2029d Mon Sep 17 00:00:00 2001 From: the_mgt Date: Sun, 3 Jul 2011 21:23:30 +0200 Subject: [PATCH] removed the scrollbars around the login box. this is a hackish, we really need to get rid of that 16% stuff for the iconbar and our messy global div --- webcit/static/styles/login.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/webcit/static/styles/login.css b/webcit/static/styles/login.css index b4ee10ebf..f3630b145 100644 --- a/webcit/static/styles/login.css +++ b/webcit/static/styles/login.css @@ -7,6 +7,12 @@ overflow: auto; } +/*because our current layout is a little complicated, we need this: */ +#login_screen .box, #logout_screen .box { + width: 40em; + padding: 1em 0; +} + #login_screen .login_message, .login_hello, #login_screen #login_form { display: block; margin: 5px auto 5px auto; @@ -19,7 +25,9 @@ margin: 0 auto; } -/*#login_screen .login_image img { width: 135px }*/ +#login_screen .login_image img { + margin: 0 auto; +} #login_screen #login_form { padding: 10px; -- 2.39.2