Author: doogie
Date: Tue Mar 9 21:38:07 2010
New Revision: 921136
URL:
http://svn.apache.org/viewvc?rev=921136&view=revLog:
Align orderitem table cells at the top for tomahawk.
Modified:
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=921136&r1=921135&r2=921136&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Tue Mar 9 21:38:07 2010
@@ -2459,3 +2459,6 @@ background-color:#81817F;
background-color:#D4D0C8;
}
+.basic-table.order-items tr td {
+ vertical-align:top;
+}