diff -r de95bbed8781 -r 72669e7950c1 web/data/cubicweb.login.css --- a/web/data/cubicweb.login.css Sat Oct 09 00:38:02 2010 +0200 +++ b/web/data/cubicweb.login.css Sat Oct 09 00:38:07 2010 +0200 @@ -23,7 +23,7 @@ padding: 5px 3px 4px; } -div.loginBox { +div#loginBox { position : absolute; top: 15%; left : 50%; @@ -49,12 +49,13 @@ background: %(headerBgColor)s url("banner.png") repeat-x top left; } -div.loginBox div.loginContent form { +div#loginBox div.loginContent form { padding-top: 1em; width: 90%; margin: auto; } + .popupLoginBox table td { padding: 0px 3px; white-space: nowrap; @@ -65,12 +66,12 @@ margin: auto; } -.loginBox table td { +#loginBox table td { padding: 0px 3px 0.6em; white-space: nowrap; } -.loginBox .loginButton { +#loginBox .loginButton { margin-top: 0.6em; }