Ignore:
Timestamp:
05/11/09 16:10:12 (15 years ago)
Author:
amuller
Message:

Ticket #475, problema relatado por Wmerlotto de formatação

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/common_functions.js

    r823 r831  
    388388                msg_div = document.createElement('DIV'); 
    389389                msg_div.id = 'em_div_write_msg'; 
    390                 msg_div.style.height = is_ie ? '17px' : '15px'; 
    391                 msg_div.style.background = '#f7f8fa'; 
    392                 msg_div.style.display = 'none'; 
     390                msg_div.className = 'em_div_write_msg'; 
    393391                old_divStatusBar.parentNode.insertBefore(msg_div,old_divStatusBar); 
    394392        } 
     
    397395                loadscript.adIcon(); 
    398396 
    399         msg_div.innerHTML = '<table bgcolor="#f7f8fa" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><th width="40%"></th><th noWrap class="action_info_th">'+msg+'</th><th width="40%"></th></tr></tbody></table>'; 
     397        msg_div.innerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><th width="40%"></th><th noWrap class="action_info_th">'+msg+'</th><th width="40%"></th></tr></tbody></table>'; 
    400398 
    401399        old_divStatusBar.style.display = 'none'; 
Note: See TracChangeset for help on using the changeset viewer.