You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2009/04/19 21:45:56 UTC

svn commit: r766503 - in /ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css: global.css login.css

Author: jonesde
Date: Sun Apr 19 19:45:56 2009
New Revision: 766503

URL: http://svn.apache.org/viewvc?rev=766503&view=rev
Log:
Found that smoothfeather is ignoring the VT_HDR_IMAGE_URL setting and instead is referring to the image in a css file; updated the reference to the logo so it shows up again, but this REALLY should use the parameter instead of being hard coded as that is part of the theme implementation

Modified:
    ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/global.css
    ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css

Modified: ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/global.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/global.css?rev=766503&r1=766502&r2=766503&view=diff
==============================================================================
--- ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/global.css (original)
+++ ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/global.css Sun Apr 19 19:45:56 2009
@@ -346,7 +346,7 @@
     left:5px;
     width:238px;
     height:43px;
-    background:url(../images/logo.gif) top left no-repeat;
+    background:url(/images/ofbiz_logo.gif) top left no-repeat;
     z-index:8000;
 }
 

Modified: ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css?rev=766503&r1=766502&r2=766503&view=diff
==============================================================================
--- ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css (original)
+++ ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css Sun Apr 19 19:45:56 2009
@@ -34,7 +34,7 @@
 }
 
 body {
-    background: url(../images/logo.gif) 50% 30px no-repeat;
+    background: url(/images/ofbiz_logo.gif) 50% 30px no-repeat;
     background-color:#222;
     text-align:center;
     font: normal 0.75em/ 145% Arial, Tahoma, sans-serif;