[richfaces-svn-commits] JBoss Rich Faces SVN: r680 - trunk/sandbox/scrollable-grid/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 7 14:36:10 EDT 2007


Author: abelevich
Date: 2007-05-07 14:36:10 -0400 (Mon, 07 May 2007)
New Revision: 680

Modified:
   trunk/sandbox/scrollable-grid/src/main/resources/org/richfaces/renderkit/html/css/grid.xcss
Log:


Modified: trunk/sandbox/scrollable-grid/src/main/resources/org/richfaces/renderkit/html/css/grid.xcss
===================================================================
--- trunk/sandbox/scrollable-grid/src/main/resources/org/richfaces/renderkit/html/css/grid.xcss	2007-05-07 18:34:55 UTC (rev 679)
+++ trunk/sandbox/scrollable-grid/src/main/resources/org/richfaces/renderkit/html/css/grid.xcss	2007-05-07 18:36:10 UTC (rev 680)
@@ -222,6 +222,9 @@
 	cursor: default;
 	height:21px !important;
 	border-right: 1px solid #f1efe2;	
+	border-bottom: 1px solid #f1efe2;
+	
+	
 }
 .ClientUI_Grid_BCIndex {
 	background-color: #ebeadb;
@@ -264,10 +267,18 @@
 }
 
 .ClientUI_Grid_BCBody {
+	
 	cursor: default;
 	font: normal 8pt arial;
 	padding: 3px 5px;
 	white-space: nowrap;
+	display: block;
+	overflow: hidden;			
+	-o-text-overflow: ellipsis;
+	text-overflow: ellipsis;	
+	box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	
 }
 
 




More information about the richfaces-svn-commits mailing list