Changeset 637


Ignore:
Timestamp:
01/30/09 08:03:33 (15 years ago)
Author:
niltonneto
Message:

Correção do tamanho do elemento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/celepar/js/over_fn_exmail.js

    r66 r637  
    9494                                                 
    9595        if(! this.arrayWin[div.id]) { 
    96                 div.style.width = "600px"; 
    97                 div.style.height = "250px"; 
     96                div.style.width = "700px"; 
     97                div.style.height = "230px"; 
    9898                var title = get_lang('The results were found in the Global Catalog')+':'; 
    9999                var wHeight = div.offsetHeight + "px"; 
Note: See TracChangeset for help on using the changeset viewer.