[richfaces-svn-commits] JBoss Rich Faces SVN: r5151 - in trunk/ui/modal-panel/src/main: templates/org/richfaces and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jan 4 14:15:18 EST 2008


Author: sergeyhalipov
Date: 2008-01-04 14:15:18 -0500 (Fri, 04 Jan 2008)
New Revision: 5151

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-1806

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	2008-01-04 18:34:33 UTC (rev 5150)
+++ trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss	2008-01-04 19:15:18 UTC (rev 5151)
@@ -42,7 +42,9 @@
 
 		.dr-mpnl-header {
 			height: 20px;
-			/*position: absolute;*/
+			width: 100%;
+			vertical-align: middle;
+			z-index: 5;
 		}
 		
 		.dr-mpnl-pnl-a {

Modified: trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
--- trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2008-01-04 18:34:33 UTC (rev 5150)
+++ trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2008-01-04 19:15:18 UTC (rev 5151)
@@ -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>




More information about the richfaces-svn-commits mailing list