svn commit: samba r13041 - in branches/tmp/deryck-samba4-swat/swat: images style

deryck at samba.org deryck at samba.org
Thu Jan 19 21:44:41 GMT 2006


Author: deryck
Date: 2006-01-19 21:44:41 +0000 (Thu, 19 Jan 2006)
New Revision: 13041

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13041

Log:
Pretty up the login page a bit with logo, color,
and nice form positioning.

deryck

Added:
   branches/tmp/deryck-samba4-swat/swat/images/logo.png
Modified:
   branches/tmp/deryck-samba4-swat/swat/style/console.css


Changeset:
Added: branches/tmp/deryck-samba4-swat/swat/images/logo.png
===================================================================
(Binary files differ)


Property changes on: branches/tmp/deryck-samba4-swat/swat/images/logo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/tmp/deryck-samba4-swat/swat/style/console.css
===================================================================
--- branches/tmp/deryck-samba4-swat/swat/style/console.css	2006-01-19 20:10:43 UTC (rev 13040)
+++ branches/tmp/deryck-samba4-swat/swat/style/console.css	2006-01-19 21:44:41 UTC (rev 13041)
@@ -5,7 +5,7 @@
 /* Base elements
 ***********************************************************/
 body {
-	background-color:#EEE;
+	background-color:#4566AD;
 	margin:0;
 	padding:0;
 	font-family:sans-serif;
@@ -78,14 +78,19 @@
 /* Login page
 ***********************************************************/
 #login {
-	background-color:#FFF;
-	width:300px;
-	margin:10% auto;
-	padding:30px;
-	border:1px solid #CCC;
+	background:url(/images/logo.png) left center no-repeat #FFF;
+	padding:50px;
+	margin:170px auto 0 auto;
+	border-top:1px solid #012149;
+	border-bottom:1px solid #012149;
 }
+#login table {
+	/* Form doesn't need to be table enclosed.
+		Fix proper in ejs later. --deryck */
+	margin:0 0 0 450px;
+}
 #login .submit {
 	background:url(/images/button_fade.png) top left repeat;
-	float:right;
-	margin:-25px 0 0 0;
+	display:block;
+	margin:0 0 0 450px;
 }



More information about the samba-cvs mailing list