Author: jleroux
Date: Tue Dec 15 10:04:27 2009
New Revision: 890726
URL:
http://svn.apache.org/viewvc?rev=890726&view=revLog:
A patch from Arpit Singh Pandya " Financial Account screen in accounting is not showing properly." (
https://issues.apache.org/jira/browse/OFBIZ-3336) - OFBIZ-3336
When we visit following link in Business Time theme.
https://localhost:8443/accounting/control/FinAccountMainThe list of Financial Accounts is shifted towards right.
Modified:
ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=890726&r1=890725&r2=890726&view=diff==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Tue Dec 15 10:04:27 2009
@@ -1156,6 +1156,7 @@
}
#column-container {
+ clear: right;
margin:0 10px 0 0;
}