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/02/28 22:50:52 UTC

svn commit: r917301 - in /ofbiz/trunk/themes/tomahawk/webapp/tomahawk: css/style.css images/header_bg.gif

Author: jleroux
Date: Sun Feb 28 21:50:52 2010
New Revision: 917301

URL: http://svn.apache.org/viewvc?rev=917301&view=rev
Log:
A patch from Sascha Rodekamp "Tomahawk LookupLayer Layout update" (https://issues.apache.org/jira/browse/OFBIZ-3494) - OFBIZ-3494

The header_bg.gif in tomahawk\images is replaced by the original header bckground image

Removed:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_bg.gif
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=917301&r1=917300&r2=917301&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Feb 28 21:50:52 2010
@@ -2376,9 +2376,9 @@
 ***********************************************/
 .fieldLookup {
 background: #ffffff;
-border-right: 2px solid #999;
-border-left: 2px solid #999;
-border-bottom: 3px solid #999;
+border-right: 2px solid #000;
+border-left: 2px solid #000;
+border-bottom: 3px solid #000;
 position: absolute;
 padding: 3px 1 1 1;
 overflow: visible;
@@ -2388,13 +2388,13 @@
 
 .fieldLookupHeader {
 border-bottom: 1px solid #aaa;
-border-top: 1px solid #999;
+border-top: 1px solid #000;
 margin: 0;
 height: 18px;
 font-size: 12px;
 padding: 3px 0;
 color: #333;
-background-image: url(../images/header_bg.gif);
+background-image: url(../images/header_top_bg.gif);
 cursor: move;
 }