Author: sergeyhalipov
Date: 2008-01-08 15:48:56 -0500 (Tue, 08 Jan 2008)
New Revision: 5205
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-1806
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-01-08
20:37:46 UTC (rev 5204)
+++
branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2008-01-08
20:48:56 UTC (rev 5205)
@@ -42,7 +42,9 @@
.dr-mpnl-header {
height: 20px;
- /*position: absolute;*/
+ width: 100%;
+ vertical-align: middle;
+ z-index: 5;
}
.dr-mpnl-pnl-a {
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-01-08
20:37:46 UTC (rev 5204)
+++
branches/3.1.x/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2008-01-08
20:48:56 UTC (rev 5205)
@@ -81,7 +81,7 @@
<![CDATA[if(component.getFacet("header")!=null &&
component.getFacet("header").isRendered()) {]]>
</jsp:scriptlet>
<tr style="height: 1%;">
- <td class="dr-mpnl-header rich-mpnl-header-cell"
style="position: relative; vertical-align: middle; z-index: 5;"
width="100%">
+ <td class="dr-mpnl-header rich-mpnl-header-cell" >
<jsp:scriptlet>
<![CDATA[if(component.getFacet("controls")!=null &&
component.getFacet("controls").isRendered()) {]]>
</jsp:scriptlet>