Author: sergeyhalipov
Date: 2007-08-02 12:11:32 -0400 (Thu, 02 Aug 2007)
New Revision: 2019
Modified:
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
Log:
http://jira.jboss.com/jira/browse/RF-533
Modified:
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
===================================================================
---
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2007-08-02
16:10:00 UTC (rev 2018)
+++
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2007-08-02
16:11:32 UTC (rev 2019)
@@ -44,6 +44,12 @@
height: 20px;
/*position: absolute;*/
}
+
+ .dr-mpnl-pnl-a {
+ position: absolute;
+ left: -32000px;
+ }
+
</f:verbatim>
<u:selector name=".dr-mpnl-spacer, .dr-mpnl-resizer">
Modified: trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
--- trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2007-08-02
16:10:00 UTC (rev 2018)
+++ trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2007-08-02
16:11:32 UTC (rev 2019)
@@ -76,7 +76,7 @@
<div style="position: absolute; overflow: hidden; z-index: 2;"
class="dr-mpnl-pnl" id="#{clientId}ContentDiv">
- <a href="#" style="position: absolute; left: -32000"
id="#{clientId}FirstHref" >_</a>
+ <a href="#" class="dr-mpnl-pnl-a"
id="#{clientId}FirstHref" >_</a>
<table style="height: 100%; width: 100%;" border="0"
cellpadding="0" cellspacing="0">
<jsp:scriptlet>
<![CDATA[if(component.getFacet("header")!=null &&
component.getFacet("header").isRendered()) {]]>
@@ -107,7 +107,7 @@
<f:call name="renderChildren" />
</vcp:body>
<f:clientid var="clientId"/>
- <a href="#" style="position: absolute; left:
-32001" id="#{clientId}LastHref" >_</a>
+ <a href="#" class="dr-mpnl-pnl-a"
id="#{clientId}LastHref" >_</a>
</td>
</tr>
</table>