Changeset 4561 for sandbox


Ignore:
Timestamp:
05/31/11 17:30:36 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Ajuste para exibir os detalhes da quota no chrome - r4536

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/js/InfoQuota.js

    r3854 r4561  
    9090                table.style.marginTop = "10px"; 
    9191                table.style.width="100%"; 
     92                if (navigator.userAgent.toLowerCase().indexOf('chrome') == -1)// chrome == > -1 
    9293                table.style.height="80%"; 
    9394                table.style.background = "#FFF"; 
     
    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"); 
     
    179179                        td221 = document.createElement("TD"); 
    180180                        td221.height="15px"; 
    181                         td221.className = 'dsused';                      
     181                        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.