[richfaces-svn-commits] JBoss Rich Faces SVN: r5449 - in trunk/sandbox/ui/combobox/src/main: templates and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 17 09:13:32 EST 2008


Author: vmolotkov
Date: 2008-01-17 09:13:32 -0500 (Thu, 17 Jan 2008)
New Revision: 5449

Modified:
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
   trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
Log:
component's layout is corrected

Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2008-01-17 12:59:20 UTC (rev 5448)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2008-01-17 14:13:32 UTC (rev 5449)
@@ -77,13 +77,8 @@
 	padding : 1px; 
 	border : 1px dotted;
 	cursor:pointer;
-	
 }
 
-.rich-combobox-width {
-	 width : 150px;
-}
-
 .rich-combobox-strut { 
 	position : relative; 
 	visibility : hidden;  

Modified: trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2008-01-17 12:59:20 UTC (rev 5448)
+++ trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2008-01-17 14:13:32 UTC (rev 5449)
@@ -187,10 +187,7 @@
         ]]>
 	</jsp:scriptlet>
 	<style>
-		.rich-combobox-item {
-			overflow-x: hidden;
-			width: #{curWidth};
-		}
+		
 	</style>
 	<jsp:scriptlet>
 		<![CDATA[




More information about the richfaces-svn-commits mailing list