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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 28 05:40:04 EST 2008


Author: abelevich
Date: 2008-02-28 05:40:04 -0500 (Thu, 28 Feb 2008)
New Revision: 6393

Modified:
   trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss
Log:
add right border behavior

Modified: trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss	2008-02-28 10:17:09 UTC (rev 6392)
+++ trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss	2008-02-28 10:40:04 UTC (rev 6393)
@@ -12,11 +12,15 @@
 	.rich-inplace-changed {
 		background-position:left top;
 		background-repeat:no-repeat;
+		padding-left:3px;
+		padding-right:3px;
+		border-bottom-width: 1px;
+		border-bottom-style: dashed;
 	}
 	
 	.rich-inplace-view {
-		border-width: 1px;
-		border-style: dashed;
+		border-bottom-width: 1px;
+		border-bottom-style: dashed;
 		padding-left:3px;
 		padding-right:3px;
 		white-space:nowrap;
@@ -37,7 +41,7 @@
 	}
 	
 	.rich-inplace-input-changed-hover {
-		border: thin solid blue;
+		color: red;
 	}
 	
 	.rich-inplace-input-strut {
@@ -101,12 +105,6 @@
 ]]>
 </f:verbatim>
 	
-	<u:selector name=".rich-inplace-changed">
-		<u:style name="background-image">
-			<f:resource f:key="org.richfaces.renderkit.html.images.EditIcon"/>
-		</u:style>
-	</u:selector>
-	
 	<u:selector name=".rich-inplace-control">
 		<u:style name="background-image">
 			<f:resource f:key="org.richfaces.renderkit.html.images.SpinnerButtonGradient"/>
@@ -149,9 +147,17 @@
 	
 	<u:selector name=".rich-inplace-view">
 		<u:style name="background-color" skin="editorBackgroundColor"/>
-		<u:style name="border-color" skin="generalTextColor"/>
+		<u:style name="border-bottom-color" skin="generalTextColor"/>
 	</u:selector>	
 	
+	<u:selector name=".rich-inplace-changed">
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.EditIcon"/>
+		</u:style>
+		<u:style name="background-color" skin="editorBackgroundColor"/>
+		<u:style name="border-bottom-color" skin="generalTextColor"/>
+	</u:selector>
+	
 	<u:selector name=".rich-inplace-field">
 		<u:style name="background-color" skin="editBackgroundColor"/>
 	</u:selector>	




More information about the richfaces-svn-commits mailing list