Changeset 2881


Ignore:
Timestamp:
05/28/10 17:08:49 (14 years ago)
Author:
amuller
Message:

Ticket #1059 - Corrigindo barra inferior que fica na posição errada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/jscode/draw_messages.js

    r2853 r2881  
    1010        table_message.appendChild(tbody_message); 
    1111        var content = document.getElementById('content_id_' + border_id); 
     12        content.style.height = (window.innerHeight ? window.innerHeight : document.body.offsetHeight) - 180; 
    1213        content.appendChild(table_message); 
    1314        loading_img = content.appendChild(loading_img); 
Note: See TracChangeset for help on using the changeset viewer.