Ignore:
Timestamp:
10/07/10 10:35:49 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1328 - Implementa o redimensionamento das abas quando o browser é redimensionado.

File:
1 edited

Legend:

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

    r3270 r3336  
    6666                content_folders.style.height = (clientHeight - (contentFoldersY + (contentFoldersY > findPosY(search_div) ? 0 : (search_div.clientHeight ? search_div.clientHeight : search_div.offsetHeight) + 5))) + "px";  
    6767        }  
     68        redim_borders(count_borders()); 
    6869} 
    6970// END: FUNCTION RESIZE WINDOW 
Note: See TracChangeset for help on using the changeset viewer.