Hello, Fixed in V6.0 RC1. Please update your code.
Thanks. -- [Layout]Footer doesn't behave as expected: bug on CSS https://bugs.launchpad.net/bugs/637471 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP OpenObject. Status in OpenObject Web Client: New Bug description: On the webclient, the footer is improperly formatted: ----------------------------------------------------------------- <div style="width: 1308px; display: block;" id="footer_section"> <div class="footer-a"> <p class="one"> <span>socket://xxxx:8070</span> </p> <p class="powered">Powered by <a href="http://www.openerp.com/">openerp.com</a> </p> </div> </div> ------------------------------------------------------------------ It seems to me that 2 things are needed: 1 - It's kind of amateurish to define styles inside DIV tags. It should be put on an external stylesheet 2 - If we don't anchor #footer_Section using something like "position: fixed;" or "position: bottom;" or even "clear: both", it will stick to the middle of the page, like it's doing right now on my browser (Firefox 3.6 on Ubuntu) _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

