Author: buscob
Date: Tue Oct 26 20:58:21 2010
New Revision: 1027744
URL:
http://svn.apache.org/viewvc?rev=1027744&view=revLog:
Applied fix from trunk for revision: 1027276
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/branches/release10.04/themes/tomahawk/webapp/tomahawk/css/style.css
Modified: ofbiz/branches/release10.04/themes/tomahawk/webapp/tomahawk/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1027744&r1=1027743&r2=1027744&view=diff==============================================================================
--- ofbiz/branches/release10.04/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/branches/release10.04/themes/tomahawk/webapp/tomahawk/css/style.css Tue Oct 26 20:58:21 2010
@@ -1111,7 +1111,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;