svn commit: r890726 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r890726 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

jleroux@apache.org
Author: jleroux
Date: Tue Dec 15 10:04:27 2009
New Revision: 890726

URL: http://svn.apache.org/viewvc?rev=890726&view=rev
Log:
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/FinAccountMain

The 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;
 }