Author: jonesde
Date: Sat Jul 1 18:13:49 2006
New Revision: 418540
URL:
http://svn.apache.org/viewvc?rev=418540&view=revLog:
Applied patch from Chris Howe to finish up CSS changes; Jacopo was heading up this issue (OFBIZ-68) so just helping out with that, even though now that I think about it... in the new repo he can commit this too
Modified:
incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css
incubator/ofbiz/trunk/framework/images/webapp/images/maincss.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=418540&r1=418539&r2=418540&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/ecommain.css Sat Jul 1 18:13:49 2006
@@ -896,3 +896,21 @@
border-top: #999 solid 1px;
}
+.lefthalf{
+left:0;
+width:49%;
+height:1%;
+margin:0% 1% 1% 0%;
+float:left;
+}
+.righthalf {
+float:right;
+height:1%;
+width:49%;
+right:0;
+margin:0 0 1% 1%;
+}
+.leftclear{
+height:1%;
+clear: left;
+}
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?rev=418540&r1=418539&r2=418540&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css Sat Jul 1 18:13:49 2006
@@ -996,4 +996,21 @@
border-top:1px solid black;
border-left:1px solid black;
}
-
+.lefthalf{
+left:0;
+width:49%;
+height:1%;
+margin:0% 1% 1% 0%;
+float:left;
+}
+.righthalf {
+float:right;
+height:1%;
+width:49%;
+right:0;
+margin:0 0 1% 1%;
+}
+.leftclear{
+height:1%;
+clear: left;
+}