Author: buscob
Date: Mon Oct 25 21:01:43 2010
New Revision: 1027267
URL:
http://svn.apache.org/viewvc?rev=1027267&view=revLog:
A patch from David (DiSiD).
https://issues.apache.org/jira/browse/OFBIZ-4002The background of 'app-navigation' (that is, a component in the breadcrumbs of backend) doesn't display the "arrow" indicating that have sections.
Modified:
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1027267&r1=1027266&r2=1027267&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Mon Oct 25 21:01:43 2010
@@ -1107,7 +1107,7 @@ overflow:hidden;
background: url(../images/appbar.png) no-repeat right 0px;
}
#app-navigation {
-background: url(../images/appbar.png) no-repeat right -90px;
+background: url(../images/appbar.png) no-repeat right -60px;
}
.menu_selected #app-navigation {
background: url(../images/appbar.png) no-repeat right -30px;