← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 637471] Re: [Layout]Footer doesn't behave as expected: bug on CSS

 

** Changed in: openobject-client-web
       Status: New => Fix Released

** Changed in: openobject-client-web
    Milestone: None => 6.0-rc2

-- 
[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: Fix Released

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)