[richfaces-svn-commits] JBoss Rich Faces SVN: r6030 - in trunk/sandbox/ui/inplaceInput/src/main: templates and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Feb 12 11:29:03 EST 2008


Author: abelevich
Date: 2008-02-12 11:29:03 -0500 (Tue, 12 Feb 2008)
New Revision: 6030

Modified:
   trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss
   trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx
Log:
add shadow

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-12 15:23:25 UTC (rev 6029)
+++ trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss	2008-02-12 16:29:03 UTC (rev 6030)
@@ -57,7 +57,9 @@
 	}
 	
 	.rich-inplace-shadow {
-		top:-7; left:-5; position : absolute;
+		top:-7px; 
+		left:-5px; 
+		position : absolute;
 	}
 	
 	.rich-inplace-shadow-size {

Modified: trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx	2008-02-12 15:23:25 UTC (rev 6029)
+++ trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx	2008-02-12 16:29:03 UTC (rev 6030)
@@ -58,12 +58,18 @@
 						<tr>
 							<td class="rich-inplace-shadow-tl">
 								<img width="10" height="1" border="0" alt="" src="#{spacer}"/>
-								<br/>
 							</td>
 							<td class="rich-inplace-shadow-tr">
+								<img width="1" height="10" border="0" alt="" src="#{spacer}"/>
 							</td>
 						</tr>
 						<tr>
+							<td class="rich-inplace-shadow-bl">
+								<img width="1" height="10" border="0" alt="" src="#{spacer}"/>
+							</td>
+							<td class="rich-inplace-shadow-br">
+								<img width="10" height="1" border="0" alt="" src="#{spacer}"/>
+							</td>
 						</tr>
 					</tbody>
 				</table>




More information about the richfaces-svn-commits mailing list