Author: sergeyhalipov
Date: 2007-03-13 14:20:24 -0400 (Tue, 13 Mar 2007)
New Revision: 55
Modified:
trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
Log:
Fix border visibility when modal panel size is less then its content need.
Modified:
trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
---
trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2007-03-13
18:17:11 UTC (rev 54)
+++
trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2007-03-13
18:20:24 UTC (rev 55)
@@ -66,8 +66,9 @@
]]>
</jsp:scriptlet>
- <div style="position: absolute; width: 100%; height: 100%; overflow: hidden;
z-index: #{component.zindex - 1};">
- <table class="dr-mpnl-pnl" style="height: 100%; width:
100%;" border="0" cellpadding="0" cellspacing="0">
+ <div style="position: absolute; width: 100%; height: 100%; overflow: hidden;
z-index: #{component.zindex - 1};"
+ class="dr-mpnl-pnl" >
+ <table style="height: 100%; width: 100%;" border="0"
cellpadding="0" cellspacing="0">
<jsp:scriptlet>
<![CDATA[if(component.getFacet("header")!=null &&
component.getFacet("header").isRendered()) {]]>
</jsp:scriptlet>
Show replies by date