You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/05/15 21:18:35 UTC

svn commit: r775292 - /ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Author: jleroux
Date: Fri May 15 19:18:34 2009
New Revision: 775292

URL: http://svn.apache.org/viewvc?rev=775292&view=rev
Log:
A patch from Erwan de FERRIERES "messages are not showing in bluelight theme with IE6" (https://issues.apache.org/jira/browse/OFBIZ-2489) - OFBIZ-2489

Modified:
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=775292&r1=775291&r2=775292&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Fri May 15 19:18:34 2009
@@ -437,6 +437,7 @@
 }
 
 #messages-container {
+position:relative;
 background-color: #FFFFFF;
 margin: 0 7px 0 7px;
 padding-bottom: 1em;