fix CSS login
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 30 Jan 2007 07:28:48 +0000 (07:28 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 30 Jan 2007 07:28:48 +0000 (07:28 +0000)
webcit/static/webcit.css

index b98fc76556bdc503cbceb98010c37ec050db86e6..8ce0f7a685a8fcb13b1d8b765e0ede401ddefcf2 100644 (file)
@@ -711,18 +711,6 @@ div.auto_complete ul strong.highlight {
         background-color: #dddddd;
 }
 
-#login_screen {
-       position:absolute; 
-       top: 3%; 
-       left: 3%; 
-       width: 94%;
-}
-
-
-.login_content {
-        background-color: white;
-}
-
 
 .box {
         width: 100%;
@@ -739,6 +727,17 @@ div.auto_complete ul strong.highlight {
         text-align: center;
 }
 
+#login_screen {
+       position:absolute; 
+       top: 3%; 
+       left: 3%; 
+       width: 94%;
+}
+
+.login_content {
+        background-color: white;
+}
+
 .login_message, .login_hello {
         margin-left: auto;
         margin-right: auto;
@@ -775,7 +774,7 @@ div.auto_complete ul strong.highlight {
         text-align: left;
 }
 
-.login_form input {
+#pname, #uname {
         width: 130px;
         text-align: left;
 }
@@ -790,6 +789,7 @@ div.auto_complete ul strong.highlight {
 }
 
 .login_form .logbutton {
+       width: auto;
         text-align: center;
 }