Author: ilya_shaikovsky
Date: 2008-03-27 07:32:51 -0400 (Thu, 27 Mar 2008)
New Revision: 7291
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-2709
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml 2008-03-27
11:17:49 UTC (rev 7290)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml 2008-03-27
11:32:51 UTC (rev 7291)
@@ -84,11 +84,11 @@
This is a panel without the header
</rich:panel>
- <rich:panel style="position: absolute; top: 400px; right: 100px; "
styleClass="top">
+ <rich:panel style="position: fixed; top: 500px; right: 500px; "
styleClass="top">
<f:facet name="header">
Panel header
</f:facet>
- This is a panel with absolute position on the screen.<br/>
+ This is a panel with fixed position on the screen.<br/>
Resize the browser's window to see the result.
</rich:panel>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2008-03-27
11:17:49 UTC (rev 7290)
+++
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2008-03-27
11:32:51 UTC (rev 7291)
@@ -12,14 +12,14 @@
<td class="ico"><h:graphicImage
value="#{component.iconImage}" width="16" height="16"
alt="" border="0" /></td>
<td class="text" width="100%">
<h:outputLink style="display:block;height:20px"
value="#{component.contextRelativeDemoLocation}">
- <span style="display:block;padding-top:3px">
+ <span style="display:block;padding-top:3px;text-decoration : none; color :
#000000;">
#{component.name}
</span>
<f:param value="#{component.id}" name="c"/>
</h:outputLink>
- </td>
+ </td>
</tr>
- </a4j:repeat>
+ </a4j:repeat>
</tbody>
</table>
</ui:composition>