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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 21 07:55:32 EST 2008


Author: abelevich
Date: 2008-02-21 07:55:32 -0500 (Thu, 21 Feb 2008)
New Revision: 6234

Modified:
   trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
Log:
comment unnecessary styles

Modified: trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
===================================================================
--- trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss	2008-02-21 12:43:53 UTC (rev 6233)
+++ trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss	2008-02-21 12:55:32 UTC (rev 6234)
@@ -37,7 +37,7 @@
 	padding : 0px 0px 0px 0px; 
 	border : 0px; 
 	margin : 0px; 
-	width : 112px; 
+	/*width : 112px;*/ 
 	position : absolute; 
 	top:0px; 
 	left : 0px; 
@@ -50,8 +50,7 @@
 	height : 1px
 }
 .rich-inplace-select-btn-set{ 
-	position : absolute; 
-	top:0px; left : 112px; 
+	/*position : absolute; top:0px; left : 112px;*/ 
 	white-space : nowrap
 }
 
@@ -94,7 +93,7 @@
 
 .rich-inplace-select-list-scroll{ 
 	overflow : auto; 
-	height : 100px;
+	/*height : 100px;*/
 }
 
 .rich-inplace-select-list-position{ 
@@ -110,7 +109,7 @@
 
 
 .rich-inplace-select-width-list{ 
-	width : 250px;
+	/*width : 250px;*/
 }
 
 .rich-inplace-select-item{ 




More information about the richfaces-svn-commits mailing list