Changeset 2170


Ignore:
Timestamp:
03/05/10 11:09:03 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #855 - Deixar fonte default na edição e na visualização de mensagens.

Location:
trunk/expressoMail1_2/js
Files:
2 edited

Legend:

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

    r2158 r2170  
    19191919        newBody = newBody.replace("<body","<span"); 
    19201920        newBody = newBody.replace("<BODY","<span"); 
    1921         div.innerHTML+= "<span id='body_"+ID+"'>"+newBody+"</span><br><br>"; 
     1921        div.innerHTML+= "<span id='body_"+ID+"' style='font-size:16px;'>"+newBody+"</span><br><br>"; 
    19221922        //////////////////////////////////////////////////////////////////////////////////////////////////////   
    19231923        //Make the thumbs of the message. 
  • trunk/expressoMail1_2/js/rich_text_editor.js

    r2005 r2170  
    5353                        if ( iframe.contentWindow.document.documentElement ) 
    5454                                iframe.contentWindow.document.documentElement.style.background = '#fff'; 
     55                                iframe.contentWindow.document.documentElement.style.fontSize = '16px'; 
    5556                }); 
    5657 
Note: See TracChangeset for help on using the changeset viewer.