Author: jleroux
Date: Mon Apr 21 04:52:47 2008
New Revision: 650113
URL:
http://svn.apache.org/viewvc?rev=650113&view=revLog:
This commit reverts Adrian's last changes as they are worse than those introduced by Krzysztof (r647632). I'm pretty sure Adrian will find a better solution (including Bruno's remarks below), maybe with some help from us...
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=650113&r1=650112&r2=650113&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Mon Apr 21 04:52:47 2008
@@ -1537,11 +1537,9 @@
/* tab-bar decorator intended to be used at
the top of the main content area */
.tab-bar {
-margin-left: -1em;
-margin-top: -1em;
+margin-left: 0em;
+margin-top: 0em;
padding: 0;
-position:absolute;
-z-index: 2;
}
.tab-bar ul li {