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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 12 11:15:26 EDT 2007


Author: sergeyhalipov
Date: 2007-06-12 11:15:25 -0400 (Tue, 12 Jun 2007)
New Revision: 1140

Modified:
   trunk/richfaces/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
   trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
   trunk/richfaces/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss
Log:
http://jira.jboss.com/jira/browse/RF-205

Modified: trunk/richfaces/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
===================================================================
--- trunk/richfaces/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss	2007-06-12 15:03:18 UTC (rev 1139)
+++ trunk/richfaces/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss	2007-06-12 15:15:25 UTC (rev 1140)
@@ -28,6 +28,7 @@
 			position: fixed;
 			margin: 0;
 			padding: 0;
+			background-color: inherit;
 		}
 		
 		.dr-mpnl-resizer {
@@ -57,6 +58,7 @@
    border-width: 1px;
    border-style: solid;
    padding : 1px;
+   background-color: inherit;
 }
    
 .dr-mpnl-pnl-h{

Modified: trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
--- trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2007-06-12 15:03:18 UTC (rev 1139)
+++ trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2007-06-12 15:15:25 UTC (rev 1140)
@@ -33,7 +33,7 @@
 		<f:call name="initializeResources" />
 
 		<div id="#{clientId}Container"
-		style="position: absolute; display: none; z-index: #{component.zindex};"
+		style="position: absolute; display: none; z-index: #{component.zindex}; background-color: inherit;"
 		class="rich-modalpanel"
 		x:passThruWithExclusions="id,style,class"
 		>

Modified: trunk/richfaces/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss
===================================================================
--- trunk/richfaces/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss	2007-06-12 15:03:18 UTC (rev 1139)
+++ trunk/richfaces/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss	2007-06-12 15:15:25 UTC (rev 1140)
@@ -9,6 +9,7 @@
 .dr-sb-common-container {
     position: absolute;
     text-align: left;
+    background-color: inherit;
 }
 
 .dr-sb-ext-decor-1 {




More information about the richfaces-svn-commits mailing list