Changeset 5235


Ignore:
Timestamp:
12/09/11 11:02:27 (12 years ago)
Author:
angelo
Message:

Ticket #2371 - Ao realizar uma pesquisa rapida os campos Data e Tamanho aparecem desalinhados

Location:
trunk/expressoMail1_2/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r5234 r5235  
    596596 
    597597// stores the percentages of the cells 
    598 var colSizes = [ ["24","24","12","12","12","16","16","20%","*","11%","11%"], ["16","16","12","12","12","20%","20%","*","10%","10%","9.4%"] ]; 
     598var colSizes = [ ["24","24","12","12","12","16","16","20%","*","11%","11%"], ["16","16","12","12","12","20%","20%","*","10%","10%"] ]; 
    599599// stores the alignments of the cells 
    600600var colAligns = [ ['','','','','','','','left','left','center','center'], ['','','','','','left','left','left','center','center'] ]; 
  • trunk/expressoMail1_2/js/search.js

    r5234 r5235  
    624624                        if( j == 9 ) 
    625625                        { 
    626                                 td.setAttribute("width", colSizes[1][10]); 
     626                                td.setAttribute("width", "9.4%");//alinhamento dos campos data e tamanho 
    627627                                td.className = "td_resizable"; 
    628628                                td.align = "center"; 
Note: See TracChangeset for help on using the changeset viewer.