Return-Path: Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: (qmail 35028 invoked from network); 7 Mar 2010 17:33:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Mar 2010 17:33:34 -0000 Received: (qmail 42113 invoked by uid 500); 7 Mar 2010 17:33:13 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 41950 invoked by uid 500); 7 Mar 2010 17:33:13 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 41943 invoked by uid 99); 7 Mar 2010 17:33:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 17:33:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 17:33:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BA60C23888D2; Sun, 7 Mar 2010 17:32:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r920039 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Date: Sun, 07 Mar 2010 17:32:50 -0000 To: commits@ofbiz.apache.org From: jleroux@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100307173250.BA60C23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jleroux Date: Sun Mar 7 17:32:50 2010 New Revision: 920039 URL: http://svn.apache.org/viewvc?rev=920039&view=rev Log: A patch from Sascha Rodekamp "Color of links in retrieved list for Tomahawk theme" (https://issues.apache.org/jira/browse/OFBIZ-3527) - OFBIZ-3527 In Tomahawk theme the links in the retrieved list are not following the theme colors. I have also found that it's not exactly the same problem depending on the place the lookup is used (or maybe how it's used). This commit does not fix them all but make things better and usable. 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=920039&r1=920038&r2=920039&view=diff ============================================================================== --- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original) +++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Mar 7 17:32:50 2010 @@ -2419,17 +2419,24 @@ /* overwrite */ #fieldLookupContent ul li a { display: inherit; -padding: 2px 3px 2px 3px; -margin: 0; cursor: pointer; + +} + +#fieldLookupContent td { +padding-top: 5px; +padding-bottom: 5px; } #fieldLookupContent td a { -display: inherit; cursor: pointer; -background-image: none; +color: #000000; +background-color: #FCF9E6; +background-image: url(../images/button_whitegray.jpg); +padding: 0.4em 0.6em; } + /* overwrite*/ #findScreenlet { margin-top: 0;