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>
Show replies by date