Ignore:
Timestamp:
07/31/12 15:11:44 (12 years ago)
Author:
gustavo
Message:

Ticket #2953 - Melhorar a disposicao da listagem de anexos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso2/expressoMail1_2/js/draw_api.js

    r6890 r6918  
    45634563                $.each(fileUploadMSG.find(".attachments-list .att-box"), function(index, value){ 
    45644564                        $(this).qtip("api").updatePosition(); 
     4565                        $(this).qtip("api").updateWidth(); 
    45654566                }); 
    45664567        }); 
     
    46404641                                                adjust: { 
    46414642                                       resize: true, 
    4642                                        scroll: true 
     4643                                       scroll: true, 
     4644                                       screen: true 
    46434645                                    } 
    46444646                                        }, 
     
    46524654                                                        width: 1, 
    46534655                                                        radius: 5 
     4656                                                }, 
     4657                                                width: { 
     4658                                                         min: 75, 
     4659                                                         max : 1000 
    46544660                                                }, 
    46554661                                                padding: 3,  
     
    47054711                    adjust: { 
    47064712                       resize: true, 
    4707                        scroll: true 
     4713                       scroll: true, 
     4714                       screen: true 
    47084715                    } 
    47094716                }, 
     
    47184725                        radius: 5 
    47194726                    }, 
     4727                    width: { 
     4728                                                 min: 75, 
     4729                                                 max : 1000 
     4730                                        }, 
    47204731                    padding: 3,  
    47214732                    textAlign: 'left', 
     
    48164827                                                                        width: 1, 
    48174828                                                                        radius: 5 
     4829                                                                }, 
     4830                                                                width: { 
     4831                                                                         min: 75, 
     4832                                                                         max : 1000 
    48184833                                                                }, 
    48194834                                                                padding: 5,  
Note: See TracChangeset for help on using the changeset viewer.