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

Bug #637471 reported by JCF
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web Client
Fix Released
Undecided
Unassigned

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)

JCF (batcaverna)
description: updated
summary: - Footer doesn't behave as expected: bug on CSS
+ [Layout]Footer doesn't behave as expected: bug on CSS
Revision history for this message
Navrang Oza (noz-tiny) wrote :

Hello,

Fixed in V6.0 RC1.
Please update your code.

Thanks.

Navrang Oza (noz-tiny)
Changed in openobject-client-web:
status: New → Fix Released
milestone: none → 6.0-rc2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.