You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/05/11 04:38:46 UTC

svn commit: r537088 - /incubator/xap/trunk/codebase/css/xapDefault.css

Author: mturyn
Date: Thu May 10 21:38:45 2007
New Revision: 537088

URL: http://svn.apache.org/viewvc?view=rev&rev=537088
Log:
Keep headers from overflowing into the headerDiv if it extends beyond the heard table (in order to fill the space above a vertical scrollbar).

Modified:
    incubator/xap/trunk/codebase/css/xapDefault.css

Modified: incubator/xap/trunk/codebase/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/css/xapDefault.css?view=diff&rev=537088&r1=537087&r2=537088
==============================================================================
--- incubator/xap/trunk/codebase/css/xapDefault.css (original)
+++ incubator/xap/trunk/codebase/css/xapDefault.css Thu May 10 21:38:45 2007
@@ -200,9 +200,12 @@
 	background-image: url(./xap_header.gif);
 	background-position: bottom left;
 	background-repeat: repeat-x;
+	overflow:hidden;
 }
 
-
+.xapHeaderTable{
+	border-right: 1px solid #999 ;	
+}	
 
 .xapHeaderMouseOver{
 	background-image: url(./xap_header_hover.gif);
@@ -225,10 +228,12 @@
 	background-position: bottom left;
 	background-repeat: repeat-x;
 	table-layout: fixed;
+	overflow:hidden;
 }
 
 .xapHeaderWrapper{
-	border-right: 1px solid #999;
+	border-left: 1px solid #999;	
+	overflow:hidden ;
 }
 
 .xapHeaderContents{