Changeset 3238


Ignore:
Timestamp:
09/14/10 13:25:32 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1268 - Diferença de fonte na exibição e edição de um e-mail

Location:
branches/2.2/expressoMail1_2/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/draw_api.js

    r3233 r3238  
    19301930        _body.id = 'body_' + ID; 
    19311931        _body.innerHTML = newBody; 
     1932        _body.style.fontSize = '16px'; 
    19321933 
    19331934        var _elements = _body.getElementsByTagName( '*' ); 
  • branches/2.2/expressoMail1_2/js/rich_text_editor.js

    r3130 r3238  
    5151                { 
    5252                        iframe.contentWindow.document.designMode = "on"; 
    53                         if ( iframe.contentWindow.document.documentElement ) 
     53                        if ( iframe.contentWindow.document.documentElement ){ 
    5454                                iframe.contentWindow.document.documentElement.style.background = '#fff'; 
     55                                iframe.contentWindow.document.documentElement.style.fontSize = '16px'; 
     56                        } 
    5557                }); 
    5658 
Note: See TracChangeset for help on using the changeset viewer.