• CSS modifications for login screen
diff -aburN webcitRef/static/webcit.css webcitModif/static/webcit.css
--- webcitRef/static/webcit.css	2007-01-16 22:34:56.000000000 +0100
+++ webcitModif/static/webcit.css	2007-01-16 23:07:56.000000000 +0100
@@ -639,9 +639,9 @@
 
 #login_screen {
 	position:absolute; 
-	top:20px; 
-	left:20px; 
-	right:20px;
+	top: 3%; 
+	left: 3%; 
+	width: 94%;
 }
 
 
@@ -653,7 +653,7 @@
 .box {
         width: 100%;
         padding: 0px;
-        background-color: white;
+        background-color: #FFFFFF;
 }
 
 .boxlabel, .boxcontent {
@@ -665,12 +665,17 @@
         text-align: center;
 }
 
+.login_message, .login_hello {
+        margin-left: auto;
+        margin-right: auto;
+        width: 80%;
+        text-align: center;
+}
 
-#login_screen {
-        position:absolute;
-        top:20px;
-        left:20px;
-        right:20px
+.login_message {
+	color: red;
+	font-weight: bold;
+	font-size: 16px;
 }
 
 .login_form table {

Reply via email to