svn commit: r647632 - /ofbiz/trunk/framework/images/webapp/images/maincss.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r647632 - /ofbiz/trunk/framework/images/webapp/images/maincss.css

jleroux@apache.org
Author: jleroux
Date: Sun Apr 13 14:36:11 2008
New Revision: 647632

URL: http://svn.apache.org/viewvc?rev=647632&view=rev
Log:
A patch from Krzysztof Podejma "Menus styled with the menu-container-style "button-bar tab-bar" are not visible in IE 7" (https://issues.apache.org/jira/browse/OFBIZ-1748) - OFBIZ-1748

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=647632&r1=647631&r2=647632&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Sun Apr 13 14:36:11 2008
@@ -1537,8 +1537,8 @@
 /* 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;
 }