From 5a2fe43a4c834a6f5c8d97187cf8979a5bcb08e9 Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Fri, 9 Mar 2007 14:35:32 +0000 Subject: [PATCH] The hello.gif must be centred in default login screen --- webcit/static/webcit.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index a00a7d29a..7a69061ef 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -778,7 +778,7 @@ div.auto_complete ul strong.highlight { background-color: white; } -.login_message, .login_hello, .login_image { +.login_message, .login_hello { position: relative; margin-left: auto; margin-right: auto; @@ -786,6 +786,13 @@ div.auto_complete ul strong.highlight { text-align: center; } +.login_image { + display: block; + margin-left: auto; + margin-right: auto; + text-align: center; +} + .login_message { color: red; font-weight: bold; -- 2.39.2