svn commit: samba r13055 - in branches/tmp/deryck-samba4-swat/swat: . style

deryck at samba.org deryck at samba.org
Fri Jan 20 17:17:16 GMT 2006


Author: deryck
Date: 2006-01-20 17:17:16 +0000 (Fri, 20 Jan 2006)
New Revision: 13055

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

Log:
Expand the "console" to fill the window.
Use a better blue for the background.

deryck

Modified:
   branches/tmp/deryck-samba4-swat/swat/login.esp
   branches/tmp/deryck-samba4-swat/swat/style/console.css


Changeset:
Modified: branches/tmp/deryck-samba4-swat/swat/login.esp
===================================================================
--- branches/tmp/deryck-samba4-swat/swat/login.esp	2006-01-20 16:54:53 UTC (rev 13054)
+++ branches/tmp/deryck-samba4-swat/swat/login.esp	2006-01-20 17:17:16 UTC (rev 13055)
@@ -11,7 +11,7 @@
   <meta http-equiv="Content-Language" content="en-us" />
 </head>
 
-<body>
+<body id="login_page">
 
 <div id="login">
 <%

Modified: branches/tmp/deryck-samba4-swat/swat/style/console.css
===================================================================
--- branches/tmp/deryck-samba4-swat/swat/style/console.css	2006-01-20 16:54:53 UTC (rev 13054)
+++ branches/tmp/deryck-samba4-swat/swat/style/console.css	2006-01-20 17:17:16 UTC (rev 13055)
@@ -5,13 +5,20 @@
 
 /* Base elements
 ***********************************************************/
+html, body {
+	height:98%;
+}
 body {
-	background-color:#4566AD;
-	margin:3px;
+	background-color:#4574AD;
+	margin:10px;
 	padding:0;
 	font-family:sans-serif;
 	color:#000;
 }
+body#login_page {
+	margin:0;
+	height:auto;
+}
 ul {
 	list-style-type:none;
 }
@@ -22,6 +29,7 @@
 #app {
 	background-color:#FFF;
 	float:left;
+	height:100%;
 	padding:0;
 	border:2px solid #EEE;
 }



More information about the samba-cvs mailing list