A long selectAllForm's table will overlap with addVariantsToVirtual's table ---------------------------------------------------------------------------
Key: OFBIZ-622 URL: https://issues.apache.org/jira/browse/OFBIZ-622 Project: Apache OFBiz (The Open for Business Project) Issue Type: Bug Components: product Affects Versions: SVN trunk Environment: Firefox 2.0.0.1 Reporter: Jonathon Wong Fix For: SVN trunk Bug in file QuickAddVariants.ftl. I switched the position of the <div> containing the addVariantsToVirtual form to below the selectAllForm form. I also put the selectAllForm form into a <div style="float: left">. So there are now 2 <div>s instead 1: the 1st <div> floats left and contains the selectAllForm, the 2nd <div> floats right as usual and contains the addVariantsToVirtual form. This way, if the selectAllForm is not too wide, both forms sit side by side as usual. Otherwise, the addVariantsToVirtual form gets bumped down the page. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira