removed the scrollbars around the login box. this is a hackish, we really need to...
authorthe_mgt <themgt@ueberserver.de>
Sun, 3 Jul 2011 19:23:30 +0000 (21:23 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:28:24 +0000 (21:28 +0000)
webcit/static/styles/login.css

index b4ee10ebf5716fb61a11c81b9de1150c9be4e47a..f3630b145ab601cbf618a3f5ae48fb6f684f9daf 100644 (file)
@@ -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;