[richfaces-svn-commits] JBoss Rich Faces SVN: r12056 - trunk/sandbox/ui/colorPicker/design.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 29 20:36:33 EST 2008


Author: artdaw
Date: 2008-12-29 20:36:33 -0500 (Mon, 29 Dec 2008)
New Revision: 12056

Modified:
   trunk/sandbox/ui/colorPicker/design/colorPicker.html
Log:
rich:colorPicker design was edited

Modified: trunk/sandbox/ui/colorPicker/design/colorPicker.html
===================================================================
--- trunk/sandbox/ui/colorPicker/design/colorPicker.html	2008-12-30 01:34:55 UTC (rev 12055)
+++ trunk/sandbox/ui/colorPicker/design/colorPicker.html	2008-12-30 01:36:33 UTC (rev 12056)
@@ -197,10 +197,8 @@
 	<body style="height: 10000px">
 <br /><br /><br /><br /><br /><br /><br />
 <br /><br /><br /><br /><br /><br /><br />
-<br /><br /><br /><br /><br /><br /><br />
-<br /><br /><br /><br /><br /><br /><br />
-<br /><br /><br /><br /><br /><br /><br />
-<br /><br /><br /><br /><br /><br /><br />
+
+
 <span id="rich-colorPicker" class="rich-colorPicker-span">
 	<input readonly="readonly"/>
 	<img src="images/arrow.gif" alt="icon" class="rich-colorPicker-icon" vertical-align="middle" />
@@ -208,6 +206,7 @@
 <input type="button" value="Set red color in RGB format" onclick="$('#rich-colorPicker').colorPicker('setColor', {r:255,g:0,b:0})"/>
 <input type="button" value="Set gray color in HEX format" onclick="$('#rich-colorPicker').colorPicker('setColor', '#cccccc')"/>
 <input type="button" value="Set seagreen color in HSB format" onclick="$('#rich-colorPicker').colorPicker('setColor', {h:160,s:100,b:100})"/>
+
 <br /><br /><br /><br /><br /><br /><br />
 <br /><br /><br /><br /><br /><br /><br />
 <br /><br /><br /><br /><br /><br /><br />




More information about the richfaces-svn-commits mailing list