Ignore:
Timestamp:
05/08/12 09:19:07 (12 years ago)
Author:
gustavo
Message:

Ticket #2676 - Falha ao anexar arquivo no expresso mail

File:
1 edited

Legend:

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

    r6123 r6124  
    37693769            fileUploadMSG.find(' .in-progress:first').remove(); 
    37703770                } 
    3771         }).css({"height" : "20px", "width": "100px", "border-width": "0 0 0px 0px", "-moz-transform" : "none","-o-transform" : 'none'}) 
    3772         .end().end().filter(".message-attach-link").click(function(){ 
     3771        }).css({ 
     3772                "height" : "20px",  
     3773                "width": (is_webkit ? "205px" : "100px"),  
     3774                "border-width": "0 0 0px 0px",  
     3775                "-moz-transform" : "rotate(-180deg) translate(-147px, -0.5px) scale(1.1)",  
     3776                "-webkit-transform" : "rotate(-180deg) translate(-104px, 0px)" 
     3777        }).end().end().filter(".message-attach-link").click(function(){ 
    37733778                jQuery('#message-attach-dialog').html(DataLayer.render("../prototype/modules/attach_message/attach_message.ejs", {})); 
    37743779                $( "#mailpreview_container span.ui-icon-close" ).click(); 
Note: See TracChangeset for help on using the changeset viewer.