Author: surajk
Date: Sat Sep 22 12:16:42 2018
New Revision: 1841672
URL:
http://svn.apache.org/viewvc?rev=1841672&view=revLog:
Improved: Cart summary section distroted after add to cart on Medium screen devices.
(OFBIZ-10385)
Thanks Padmavati Rawat for reporting and Garima Jain for providing the patch.
Modified:
ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml
Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml?rev=1841672&r1=1841671&r2=1841672&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml Sat Sep 22 12:16:42 2018
@@ -86,13 +86,13 @@ under the License.
<container id="ecom-mainarea" style="row mx-2">
- <container id="div1" style="col-lg-2 order-lg-1 order-2"><include-screen name="${leftbarScreenName}" location="${leftbarScreenLocation}"/></container>
- <container id="div3" style="col-lg-8 order-lg-2 order-1">
+ <container id="div1" style="col-lg-3 order-lg-1 order-2"><include-screen name="${leftbarScreenName}" location="${leftbarScreenLocation}"/></container>
+ <container id="div3" style="col-lg-6 order-lg-2 order-1">
<!-- render messages -->
<platform-specific><html><html-template location="component://common-theme/template/includes/Messages.ftl"/></html></platform-specific>
<decorator-section-include name="body"/>
</container>
- <container id="div2" style="col-lg-2 order-lg-3 order-3"><include-screen name="${rightbarScreenName}" location="${rightbarScreenLocation}"/></container>
+ <container id="div2" style="col-lg-3 order-lg-3 order-3"><include-screen name="${rightbarScreenName}" location="${rightbarScreenLocation}"/></container>
<container id="div4" style="endcolumns"/>
</container>