Author: jacopoc
Date: Mon Oct 9 03:17:24 2006
New Revision: 454328
URL:
http://svn.apache.org/viewvc?view=rev&rev=454328Log:
Fixed layout issue in order view screen (OFBIZ-369).
Thanks to David Jones for having provided the solution.
Modified:
incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css
incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css
Modified: incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml?view=diff&rev=454328&r1=454327&r2=454328==============================================================================
--- incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml Mon Oct 9 03:17:24 2006
@@ -43,7 +43,7 @@
<decorator-screen name="CommonOrderViewDecorator">
<decorator-section name="body">
<include-screen name="orderHeader"/>
- <container style="leftclear">
+ <container style="bothclear">
<platform-specific>
<html><html-template location="component://order/webapp/ordermgr/order/orderitems.ftl"/></html>
</platform-specific>
@@ -154,7 +154,7 @@
<decorator-screen name="CommonOrderViewDecorator">
<decorator-section name="body">
<include-screen name="orderHeader"/>
- <container style="leftclear">
+ <container style="bothclear">
<platform-specific>
<html><html-template location="component://order/webapp/ordermgr/order/editorderitems.ftl"/></html>
</platform-specific>
Modified: incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css?view=diff&rev=454328&r1=454327&r2=454328==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css Mon Oct 9 03:17:24 2006
@@ -938,3 +938,7 @@
height:1%;
clear: left;
}
+.bothclear{
+height:1%;
+clear: both;
+}
Modified: incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css?view=diff&rev=454328&r1=454327&r2=454328==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css Mon Oct 9 03:17:24 2006
@@ -1033,6 +1033,10 @@
height:1%;
clear: left;
}
+.bothclear{
+height:1%;
+clear: both;
+}
/* ==== Styles For Form Widgets === */
.formTableBordered {