From: the_mgt Date: Sun, 3 Jul 2011 19:23:30 +0000 (+0200) Subject: removed the scrollbars around the login box. this is a hackish, we really need to... X-Git-Tag: v8.11~627 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=ea7f5a3cc52fc9a73fcee9e43c303a4fa0d2029d;p=citadel.git 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 --- 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;