Changeset 7741 for trunk


Ignore:
Timestamp:
01/14/13 10:46:38 (11 years ago)
Author:
gustavo
Message:

Ticket #3285 - Problema com os botoes da arvore de pastas e o Ticket #3286

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/main.css

    r7697 r7741  
    12931293 
    12941294.float-menu{ 
    1295         position:absolute; 
    1296         text-align: left; 
     1295        float: right; 
     1296        position: relative; 
     1297        border: 1px solid gray; 
     1298        border-radius: 3px; 
     1299        background-color: white; 
     1300        right: 5%; 
    12971301} 
    12981302 
  • trunk/prototype/modules/mail/js/foldertree.js

    r7738 r7741  
    255255        }, 
    256256        delay: 150, 
     257        appendTo: $("#content_folders"), 
    257258        refreshPositions: true, 
    258         zIndex : 2700, 
    259         //scroll: true,  
     259        iframeFix: true 
     260        //zIndex : 2700, 
     261        //scroll: true, 
    260262        //scrollSensitivity: 100, 
    261         //scrollSpeed: 100, 
    262         containment: "#divAppbox"  
     263        //scrollSpeed: 100 
     264        //containment: $("#content_folders") 
    263265    }).end().droppable({ 
    264266        //DROP DE PASTAS 
     
    271273                    if($(this).parent().find(".expandable-hitarea")[0] == $(this).prev()[0]){ 
    272274                        setTimeout(function(){ 
    273                             if(over.hasClass("folder-over")) 
     275                            if(over.hasClass("folder-over")){ 
    274276                                over.prev().trigger("click"); 
    275                         }, 500); 
     277                            } 
     278                        }, 1000); 
    276279                         
    277280                    } 
    278             //FIM : SE A PASTA CONTER FILHAS EXPANDE 
    279              
     281            //FIM : SE A PASTA CONTER FILHAS EXPANDE            
     282            $("#content_folders").stop().scrollTo($(this), {axis:'y', margin:true, offset:-50, duration:400});       
    280283            //SETA BORDA EM VOLTA DA PASTA 
     284            // 
    281285        }, 
    282286        out : function(){ 
Note: See TracChangeset for help on using the changeset viewer.