- fix the IE7 bug to display the message buttons
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 8 Nov 2007 20:25:28 +0000 (20:25 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 8 Nov 2007 20:25:28 +0000 (20:25 +0000)
- centering of the image of login screen

webcit/static/webcit.css

index 628549ce93ba69b36911c961507a4dce2136bc24..9f498030779dc5f8357d582f3d0c7d0eb6f4b8cb 100644 (file)
@@ -159,6 +159,7 @@ body {
 
 .message_header .message_subject {
        font-style: italic;
+       float: left;    
 }
 
 .adminlist {
@@ -600,7 +601,7 @@ body, #global {
 
 #login_screen .login_message, #login_screen .login_image, .login_hello, #login_screen #login_form {
        display: block;
-       margin: 0 auto 0 auto;
+       margin: 5px auto 5px auto;
 }
 
 #login_screen .login_message, .login_hello, #global center {
@@ -608,9 +609,14 @@ body, #global {
 }
 
 #login_screen .login_image {
-       width: 65%;
+        width: 135px;
+}
+
+#login_screen .login_image img {
+        text-align: center;
 }
 
+
 #login_screen #login_form {
        padding: 10px;
        width: 330px;
@@ -833,7 +839,7 @@ html>body #button li a {
 
 .message_header p {
        margin: 2px 0 2px 0;
-       padding: 0;
+       padding: 0 0 2px 0;
 }
 
 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {