Changeset 4525 for branches


Ignore:
Timestamp:
05/26/11 10:01:18 (13 years ago)
Author:
diegomoreno
Message:

Ticket #1904 - expressoMail1_2 - Ajuste para exibir os detalhes da quota no chrome.

File:
1 edited

Legend:

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

    r3854 r4525  
    9090                table.style.marginTop = "10px"; 
    9191                table.style.width="100%"; 
    92                 table.style.height="80%"; 
     92                if (navigator.userAgent.toLowerCase().indexOf('chrome') == -1)// chrome == > -1  
     93                        table.style.height="80%"; 
    9394                table.style.background = "#FFF"; 
    9495                table.cellSpacing = 5; 
     
    107108                tr_thead.style.color = "white"; 
    108109                tr_thead.style.fontWeight = "bold"; 
    109                 tr_thead.outerHTML = tr_thead.outerHTML; 
    110110                thead.appendChild(tr_thead); 
    111111                var th_thead = document.createElement("TH"); 
     
    180180                        td221.height="15px"; 
    181181                        td221.className = 'dsused';                      
     182                        td221.style.width = '100%'; 
    182183                        tr221.appendChild(td221); 
    183184                        tbody221.appendChild(tr221); 
Note: See TracChangeset for help on using the changeset viewer.