You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/10/25 23:01:43 UTC

svn commit: r1027267 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Author: buscob
Date: Mon Oct 25 21:01:43 2010
New Revision: 1027267

URL: http://svn.apache.org/viewvc?rev=1027267&view=rev
Log:
A patch from David (DiSiD).
https://issues.apache.org/jira/browse/OFBIZ-4002
The 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;