You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/05/10 08:56:27 UTC

svn commit: r942671 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css

Author: jleroux
Date: Mon May 10 06:56:27 2010
New Revision: 942671

URL: http://svn.apache.org/viewvc?rev=942671&view=rev
Log:
A patch from Ankit Jain. Minor bug in the bizznesstime theme, when we opened a layered lookup inside a layered lookup the image of the calendar was replaced by the fieldlookup image.
https://issues.apache.org/jira/browse/OFBIZ-3692 - OFBIZ-3692

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css?rev=942671&r1=942670&r2=942671&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css Mon May 10 06:56:27 2010
@@ -497,7 +497,7 @@ height:16px;
 }
 
 .view-calendar a {
-background: url(/images/cal.gif) no-repeat;
+background: url(/images/cal.gif) no-repeat !important;
 display: inline-block;
 /* margin: 3px 10px 0px 4px; */
 vertical-align:top;