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 09:01:49 UTC

svn commit: r942674 - in /ofbiz/branches/release10.04: ./ themes/bizznesstime/webapp/bizznesstime/css/legacy.css

Author: jleroux
Date: Mon May 10 07:01:49 2010
New Revision: 942674

URL: http://svn.apache.org/viewvc?rev=942674&view=rev
Log:
"Applied fix from trunk for revision: 942671" 
------------------------------------------------------------------------
r942671 | jleroux | 2010-05-10 08:56:27 +0200 (lun. 10 mai 2010) | 2 lignes

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/branches/release10.04/   (props changed)
    ofbiz/branches/release10.04/themes/bizznesstime/webapp/bizznesstime/css/legacy.css

Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 10 07:01:49 2010
@@ -1,3 +1,3 @@
 /ofbiz/branches/addbirt:831210-885099,885686-886087
 /ofbiz/branches/multitenant20100310:921280-927264
-/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941177,941199,941261,941440,941600,941999,942084,942406,942414
+/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671

Modified: ofbiz/branches/release10.04/themes/bizznesstime/webapp/bizznesstime/css/legacy.css
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/themes/bizznesstime/webapp/bizznesstime/css/legacy.css?rev=942674&r1=942673&r2=942674&view=diff
==============================================================================
--- ofbiz/branches/release10.04/themes/bizznesstime/webapp/bizznesstime/css/legacy.css (original)
+++ ofbiz/branches/release10.04/themes/bizznesstime/webapp/bizznesstime/css/legacy.css Mon May 10 07:01:49 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;