Adrian,
I wasn´t aware of gray box while doing this change.
The reason for my change was that virtual products which require
amount for some variants use the hidden style, and then use
changeObjectVisibility function to become visible. And this function
only change visibility but not the height, so the amount fields
remains with 0 height and not visualized.
Is it ok to add a new class with height:0 and visibility:hidden to use
in header.ftl (gray bar) ?
Bilgin
On Nov 17, 2008, at 7:56 PM, [EMAIL PROTECTED] wrote:
Author: adrianc
Date: Mon Nov 17 09:56:44 2008
New Revision: 718299
URL: http://svn.apache.org/viewvc?rev=718299&view=rev
Log:
Reverted style change made in rev 712478. It caused a gray bar to
appear at the top of the screen.
Modified:
ofbiz/trunk/framework/images/webapp/images/maincss.css
Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=718299&r1=718298&r2=718299&view=diff
=
=
=
=
=
=
=
=
======================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Mon Nov
17 09:56:44 2008
@@ -813,6 +813,7 @@
}
.hidden {
+height: 0;
visibility: hidden;
}