Author: jleroux
Date: Fri Sep 1 00:32:28 2006
New Revision: 439223
URL:
http://svn.apache.org/viewvc?rev=439223&view=revLog:
Patches from Marco Risalti : see Apache Jira OFBIZ-181.
Modify ecommain.css, tested on
Windows XP an 2000 with
Internet Explorer 6.0.2900
Firefox 1.5.0.6
Opera 9.0.1
Ubuntu 5.1
Firefox 1.0.7 (on very narrowed screen)
Modified:
incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css
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?rev=439223&r1=439222&r2=439223&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css Fri Sep 1 00:32:28 2006
@@ -177,6 +177,7 @@
position: relative;
background: #FFFFFF;
width: 100%;
+margin-top: 10px;
}
#ecom-mainarea .left {
@@ -198,7 +199,6 @@
background:#fff;
text-align: left;
vertical-align: top;
-margin-top: 10px;
}
#ecom-mainarea .center {
margin-left: 160px;
@@ -226,6 +226,8 @@
background: #FFFFFF;
border: 1px solid #999999;
margin-bottom: 10px;
+height:auto !important;
+height:1%
}
#ecom-mainarea .screenlet-header {
background: #000099;
@@ -233,10 +235,14 @@
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
+height:auto !important;
+height:1%
}
#ecom-mainarea .screenlet-body {
background: #FFFFFF;
padding: 4px;
+height:auto !important;
+height:1%
}
.boxhead {
@@ -835,7 +841,8 @@
}
.productsummary-container {
-margin-top: 5px;
+position: relative;
+margin-top: 10px;
margin-bottom: 5px;
border-top: #999 solid 1px;
}
@@ -844,9 +851,7 @@
position: relative;
padding: 5px;
border-bottom: #999 solid 1px;
-/* using min-height as an alternative to clear: both; because that, in some browsers, will clear the top-level columns and not just in this div (Mozilla based, namely) */
-min-height: 60px;
-overflow: auto;
+height: 60px;
}
.productsummary .smallimage {