Ignore:
Timestamp:
01/26/12 12:53:16 (12 years ago)
Author:
angelo
Message:

Ticket #2456 - Ajustar tamanho da tela de visualizacao de pastas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/main.css

    r5426 r5430  
    7171} 
    7272 
     73.table-info-quota{ 
     74        table-layout: fixed; 
     75} 
     76 
    7377.td-info-quota{ 
    74         text-overflow: ellipsis; 
    75         overflow:       hidden;  
     78        white-space: nowrap; 
     79        overflow:       hidden; 
     80        text-overflow: ellipsis;         
    7681} 
    7782 
     
    176181} 
    177182 
    178 .menu-sel{ 
     183.menu-sel{    
    179184    text-decoration: none; 
    180185    text-align: center; 
     
    191196    -webkit-border-radius: 9px 9px 0px 0px; 
    192197    border-radius: 9px 9px 0px 0px; 
    193     cursor: pointer;     
    194 } 
     198    cursor: pointer; 
     199 } 
     200  
    195201.menu{ 
    196202    text-decoration: none; 
Note: See TracChangeset for help on using the changeset viewer.