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

deryck at samba.org deryck at samba.org
Thu Jan 19 20:10:44 GMT 2006


Author: deryck
Date: 2006-01-19 20:10:43 +0000 (Thu, 19 Jan 2006)
New Revision: 13040

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

Log:
Pad the top/bottom of the header and not the sides to 
prevent expanding past the window.

deryck

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


Changeset:
Modified: branches/tmp/deryck-samba4-swat/swat/style/console.css
===================================================================
--- branches/tmp/deryck-samba4-swat/swat/style/console.css	2006-01-19 18:36:26 UTC (rev 13039)
+++ branches/tmp/deryck-samba4-swat/swat/style/console.css	2006-01-19 20:10:43 UTC (rev 13040)
@@ -19,7 +19,7 @@
 ***********************************************************/
 #header {
 	width:100%;
-	padding:2px;
+	padding:2px 0;
 	text-align:right;
 	font-size:small;
 	border-bottom:1px inset #000;



More information about the samba-cvs mailing list