Changeset 831


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

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

Location:
trunk/expressoMail1_2
Files:
5 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'; 
  • trunk/expressoMail1_2/templates/azul/main.css

    r798 r831  
    2121        font-size: 13px; 
    2222        cursor: pointer; 
     23} 
     24 
     25.em_div_write_msg{ 
     26        height: 24px; 
     27        background: transparent; 
    2328} 
    2429 
  • trunk/expressoMail1_2/templates/canyon/main.css

    r791 r831  
    1111        font-size: 13px; 
    1212} 
     13 
    1314 
    1415.table_box{ 
     
    2122        font-size: 13px; 
    2223        cursor: pointer; 
     24} 
     25 
     26.em_div_write_msg{ 
     27       height: 24px; 
     28       background: transparent; 
    2329} 
    2430 
  • trunk/expressoMail1_2/templates/default/main.css

    r790 r831  
    2222        cursor: pointer; 
    2323} 
     24 
     25.em_div_write_msg{ 
     26        height: 16px; 
     27        background: #f7f8fa; 
     28} 
     29 
    2430 
    2531/* begin class msgs */ 
  • trunk/expressoMail1_2/templates/fozi/main.css

    r791 r831  
    2121        font-size: 13px; 
    2222        cursor: pointer; 
     23} 
     24 
     25.em_div_write_msg{ 
     26        height: 24px; 
     27        background: transparent; 
    2328} 
    2429 
Note: See TracChangeset for help on using the changeset viewer.