Changeset 4109


Ignore:
Timestamp:
04/20/11 14:56:40 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1718 - ajuste no estilo e na detecção de estilo da tabela (table-layout:fixed)

Location:
branches/2.2.0.1/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/draw_api.js

    r4087 r4109  
    857857                        trM[r].cells[c].setAttribute("width",colSizes[tbl][c]); 
    858858                        if (is_mozilla && !is_webkit) { 
     859                                document.getElementById("colgroup_main_"+numBox).childNodes[c].setAttribute("width",colSizes[tbl][c]); 
    859860                                document.getElementById("colgroup_head_"+numBox).childNodes[c].setAttribute("width",colSizes[tbl][c]); 
    860861                                trM[r].cells[c].innerHTML = trM[r].cells[c].innerHTML; 
     
    10901091                openTab.content_id[numBox].appendChild(_divScroll); 
    10911092 
    1092                 var table_layout = (getStyle("table_message_header_box_"+numBox,"table-layout") || getStyle("table_message_header_box_"+numBox,"tableLayout")) 
     1093                var table_layout = (getStyle("table_message_header_box_"+numBox,"table-layout") || getStyle("table_message_header_box_"+numBox,"tableLayout")); 
    10931094                cssForResizing = (table_layout=="fixed"); 
    10941095                if (cssForResizing) 
  • branches/2.2.0.1/expressoMail1_2/templates/default/main.css

    r4073 r4109  
    5656 
    5757.td_resizable { 
     58        padding-left: 1px; 
    5859        border: 0px; 
    5960        border-left: solid 1px #dde1dd; 
Note: See TracChangeset for help on using the changeset viewer.