Ignore:
Timestamp:
10/29/10 13:14:32 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1290 - Marcação de importante para mensagens na edição de filtros

File:
1 edited

Legend:

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

    r3438 r3441  
    4343                form_buttons.style.position = "absolute"; 
    4444                form_buttons.style.display = ""; 
    45                 form_buttons.style.top = "320px"; 
     45                form_buttons.style.top = "347px"; 
    4646                form_buttons.style.left = "5px"; 
    4747                form_buttons.style.width = "655px"; 
     
    5959                form_body.style.top = "5px"; 
    6060                form_body.style.width = "668px"; 
    61                 form_body.style.height = "310px"; 
     61                form_body.style.height = "337px"; 
    6262                form_body.style.borderStyle = "outset"; 
    6363                form_body.style.borderColor = "black"; 
     
    228228                if(! this.filter_Sh[div.id]) { 
    229229                        div.style.width = "680px"; 
    230                         div.style.height = "345px"; 
     230                        div.style.height = "372px"; 
    231231                        div.style.visibility = "hidden"; 
    232232                        div.style.position = "absolute"; 
Note: See TracChangeset for help on using the changeset viewer.