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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 15 08:30:38 EDT 2009


Author: pyaschenko
Date: 2009-04-15 08:30:38 -0400 (Wed, 15 Apr 2009)
New Revision: 13596

Modified:
   trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
Log:
https://jira.jboss.org/jira/browse/RF-6791

Modified: trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
===================================================================
--- trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss	2009-04-15 12:28:08 UTC (rev 13595)
+++ trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss	2009-04-15 12:30:38 UTC (rev 13596)
@@ -88,26 +88,22 @@
 }
 .rich-color-picker-hex-wrapper {
 	height:22px;
-	left:202px;
+	right:72px;
 	position:absolute;
 	top:119px;
 }
 
 .rich-color-picker-rgb-wrapper{
-	left:184px;
+	right:97px;
 	position:absolute;
-	top:55px;
-	width:70px;
 	padding: 0px;
 	text-align: right;
 	margin-bottom: 2px
 }
 
 .rich-color-picker-hsb-wrapper{
-	right:7px;
+	right:16px;
 	position:absolute;
-	top:55px;
-	width:70px;
 	padding: 0px;
 	text-align: right;
 	margin-bottom: 2px




More information about the richfaces-svn-commits mailing list