[richfaces-svn-commits] JBoss Rich Faces SVN: r13351 - trunk/ui/modal-panel/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 1 17:49:08 EDT 2009


Author: nbelaevski
Date: 2009-04-01 17:49:08 -0400 (Wed, 01 Apr 2009)
New Revision: 13351

Modified:
   trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
Log:
https://jira.jboss.org/jira/browse/RF-6440

Modified: trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
--- trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2009-04-01 17:33:51 UTC (rev 13350)
+++ trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2009-04-01 21:49:08 UTC (rev 13351)
@@ -54,7 +54,7 @@
 			</div>	
 
 			<div class="dr-mpnl-panel rich-mpnl_panel" >
-			<div id="#{clientId}CDiv" style="position: absolute; left: 0px; top: 0px; z-index: 9;">
+			<div id="#{clientId}CDiv" style="position: absolute; left: 0px; top: 0px; z-index: 9;" class="rich-mp-container">
 
 				<div id="#{clientId}ShadowDiv" class="dr-mpnl-shadow rich-mpnl-shadow"
 					style="#{component.shadowStyle}" >
@@ -113,7 +113,7 @@
 						<![CDATA[}]]>
 					</jsp:scriptlet>
 					
-					<table id="#{clientId}ContentTable" style="#{tableStyle}" border="0" cellpadding="0" cellspacing="0">
+					<table id="#{clientId}ContentTable" style="#{tableStyle}" border="0" cellpadding="0" cellspacing="0" class="rich-mp-content-table">
 						<jsp:scriptlet>
 							<![CDATA[if(component.getFacet("header")!=null && component.getFacet("header").isRendered()) {]]>
 						</jsp:scriptlet>




More information about the richfaces-svn-commits mailing list