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 2015/01/18 11:25:26 UTC

svn commit: r1652726 - in /ofbiz/branches/release14.12: ./ framework/images/webapp/images/ecommain.css

Author: jleroux
Date: Sun Jan 18 10:25:26 2015
New Revision: 1652726

URL: http://svn.apache.org/r1652726
Log:
"Applied fix from trunk for revision: 1652725  " 
------------------------------------------------------------------------
r1652725 | jleroux | 2015-01-18 11:23:59 +0100 (dim. 18 janv. 2015) | 3 lignes

A patch from Amardeep Singh Jhajj for "Main storefront page, Featured Products (middle column) overwrites right column. Should just crop column, but not overwrite right column." https://issues.apache.org/jira/browse/OFBIZ-2602

Simply increases the width of the left and right screens. It is more appropriate UX and fixes the issue. Checked in Safari MAC OS (8.0) and latest Google Chrome, Firefox, it is working fine there.
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release14.12/   (props changed)
    ofbiz/branches/release14.12/framework/images/webapp/images/ecommain.css

Propchange: ofbiz/branches/release14.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Jan 18 10:25:26 2015
@@ -8,4 +8,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706
+/ofbiz/trunk:1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725

Modified: ofbiz/branches/release14.12/framework/images/webapp/images/ecommain.css
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/images/webapp/images/ecommain.css?rev=1652726&r1=1652725&r2=1652726&view=diff
==============================================================================
--- ofbiz/branches/release14.12/framework/images/webapp/images/ecommain.css (original)
+++ ofbiz/branches/release14.12/framework/images/webapp/images/ecommain.css Sun Jan 18 10:25:26 2015
@@ -286,14 +286,14 @@ text-align:left;
 #ecom-mainarea .left {
 background:#fff;
 float:left;
-width:180px;
+width:250px;
 margin:0 0 0 10px;
 }
 
 #ecom-mainarea .right {
 background:#fff;
 float:right;
-width:240px;
+width:250px;
 margin:0 10px 0 0;
 }