The hello.gif must be centred in default login screen
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 9 Mar 2007 14:35:32 +0000 (14:35 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 9 Mar 2007 14:35:32 +0000 (14:35 +0000)
webcit/static/webcit.css

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