[richfaces-svn-commits] JBoss Rich Faces SVN: r14369 - in branches/community/3.3.X/ui/colorPicker/src/main: resources/org/richfaces/renderkit/html/css and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 27 10:17:42 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-05-27 10:17:42 -0400 (Wed, 27 May 2009)
New Revision: 14369

Modified:
   branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml
   branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
Log:
colorPicker: inputSize attribute doesn't work
https://jira.jboss.org/jira/browse/RF-7257


Modified: branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml
===================================================================
--- branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml	2009-05-27 14:13:49 UTC (rev 14368)
+++ branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml	2009-05-27 14:17:42 UTC (rev 14369)
@@ -59,6 +59,7 @@
 		<property>
 		    <name>inputSize</name>
 		    <classname>java.lang.Integer</classname>
+            <defaultvalue>20</defaultvalue>
 		    <description>
 		        inputSize - way to set the size of the edit box
 		    </description>

Modified: branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
===================================================================
--- branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss	2009-05-27 14:13:49 UTC (rev 14368)
+++ branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss	2009-05-27 14:17:42 UTC (rev 14369)
@@ -144,7 +144,6 @@
 }
 .rich-color-picker-span input{
 	border: 1px solid;
-	width:130px;
 	vertical-align:middle;
 }
 .rich-color-picker-icon {




More information about the richfaces-svn-commits mailing list