Author: adrianc
Date: Thu Apr 17 14:33:56 2008
New Revision: 649287
URL:
http://svn.apache.org/viewvc?rev=649287&view=revLog:
Fixed tab-bar style change that was made in rev 647632 - tab-bar style is now back to the way it was. I confirmed it displays properly in Firefox and IE7.
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=649287&r1=649286&r2=649287&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Thu Apr 17 14:33:56 2008
@@ -1537,9 +1537,11 @@
/* tab-bar decorator intended to be used at
the top of the main content area */
.tab-bar {
-margin-left: 0em;
-margin-top: 0em;
+margin-left: -1em;
+margin-top: -1em;
padding: 0;
+position:absolute;
+z-index: 2;
}
.tab-bar ul li {