Author: sergeyhalipov
Date: 2008-03-31 12:22:48 -0400 (Mon, 31 Mar 2008)
New Revision: 7487
Modified:
branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
branches/3.1.x/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2118 http://jira.jboss.com/jira/browse/RF-2728
Modified:
branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
===================================================================
---
branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2008-03-31
16:16:53 UTC (rev 7486)
+++
branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2008-03-31
16:22:48 UTC (rev 7487)
@@ -29,6 +29,9 @@
margin: 0;
padding: 0;
background-color: inherit;
+ width: 1px;
+ height: 1px;
+ z-index: 9;
}
.dr-mpnl-resizer {
Modified:
branches/3.1.x/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
---
branches/3.1.x/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2008-03-31
16:16:53 UTC (rev 7486)
+++
branches/3.1.x/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2008-03-31
16:22:48 UTC (rev 7487)
@@ -52,7 +52,7 @@
<div class="dr-mpnl-mask-div rich-mpnl-mask-div"
id="#{clientId}CursorDiv"
style="filter: alpha(opacity=1); z-index: -200"></div>
- <div id="#{clientId}CDiv" class="dr-mpnl-panel rich-mpnl_panel"
style="width: 1px; height: 1px; z-index: 2;">
+ <div id="#{clientId}CDiv" class="dr-mpnl-panel rich-mpnl_panel"
>
<jsp:scriptlet>
<![CDATA[