Author: jleroux
Date: Thu Apr  8 07:55:26 2010
New Revision: 931825

URL: http://svn.apache.org/viewvc?rev=931825&view=rev
Log:
A patch from Ankit Jain "In Tomahawk the calendar button is actually the same 
than the lookup button" https://issues.apache.org/jira/browse/OFBIZ-3657 - 
OFBIZ-3657

Previously the background: cal.png was overriden by the fieldlookup.png in the 
css 

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=931825&r1=931824&r2=931825&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Thu Apr  8 
07:55:26 2010
@@ -2045,7 +2045,7 @@ float: left;
 }
 
 .view-calendar ul li a{
-background: url(../images/cal.png) no-repeat;
+background: url(../images/cal.png) no-repeat !important;
 display: block;
 margin: 3px 10px 0px 4px;
 width:22px;
@@ -2429,10 +2429,6 @@ padding-top: 5px;
 padding-bottom: 5px;
 }
 
-#fieldLookupContent td ul li a{
-    background: url(../images/fieldlookup.png) no-repeat;
-}
-
 #fieldLookupContent td ul li a {
 background: url(../images/fieldlookup.png) no-repeat;
 }


Reply via email to