[richfaces-svn-commits] JBoss Rich Faces SVN: r6449 - 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
Fri Feb 29 08:34:34 EST 2008


Author: abelevich
Date: 2008-02-29 08:34:33 -0500 (Fri, 29 Feb 2008)
New Revision: 6449

Modified:
   trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
Log:
new css 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-29 13:33:28 UTC (rev 6448)
+++ trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss	2008-02-29 13:34:33 UTC (rev 6449)
@@ -6,7 +6,7 @@
 <f:verbatim>
 <![CDATA[
 
-/* *{font-family : verdana; font-size:11px;} */
+ /* {font-family : verdana; font-size:11px;} */ 
 /* body{padding : 30px;} */
 /* fieldset{padding : 30px; border : 1px solid #c0c0c0;} */
 /* legend{font-weight : bold} */
@@ -41,10 +41,11 @@
 .rich-inplace-select-field {
 	padding : 0px 0px 0px 0px; 
 	border-width: 1px;
-	border-style: none;
+	border-style: inset;
 	margin : 0px; 
 	background-position : center right; 
 	background-repeat : no-repeat;
+	font: inherit;
 }
 
 .rich-inplace-select-strut{
@@ -67,7 +68,7 @@
 	background-position: top; 
 	background-repeat: repeat-x;
 	border-width: 1px;
-	border-style: inset;
+	border-style: none;
 	padding : 0px; 
 	margin : 0px;
 }
@@ -186,12 +187,6 @@
 		<u:style name="background-color" skin="editBackgroundColor"/>
 	</u:selector>
 	
-	<u:selector name=".rich-inplace-select-font">
-		<u:style name="font-size" skin="generalSizeFont"/>
-		<u:style name="font-family" skin="generalFamilyFont"/>
-		<u:style name="color" skin="generalTextColor"/>
-	</u:selector>
-	
 	<u:selector name=".rich-inplace-select-selected-item">
 		<u:style name="color" skin="generalTextColor"/>
 	</u:selector>




More information about the richfaces-svn-commits mailing list