[richfaces-svn-commits] JBoss Rich Faces SVN: r5310 - trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jan 11 10:59:48 EST 2008


Author: vmolotkov
Date: 2008-01-11 10:59:48 -0500 (Fri, 11 Jan 2008)
New Revision: 5310

Modified:
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
Log:
fix layout

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-11 15:46:22 UTC (rev 5309)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2008-01-11 15:59:48 UTC (rev 5310)
@@ -52,13 +52,17 @@
 
 .rich-combobox-input-default { 
 	position : absolute; 
-	top : 0px; left : 0px; 
+	top : 0px; 
+	left : 0px; 
 	padding-right :20px; 
 	padding-left :3px; 
 	margin : 0px; 
 	border : 1px solid; 
 	background-position:left top;
-	background-repeat:repeat-x; 
+	background-repeat:repeat-x;
+} /*panelBorderColor*/
+
+.cb_strut{ position : relative; visibility : hidden;  margin : 0px; padding : 2px;
 }
 
 /*.rich-combobox-list {
@@ -69,7 +73,7 @@
 
 .rich-combobox-list-position { 
 	position : absolute; 
-	top:-5px; 
+	top:-1px; 
 	left:0px;
 }
 




More information about the richfaces-svn-commits mailing list