Ignore:
Timestamp:
01/15/13 10:52:32 (11 years ago)
Author:
gustavo
Message:

Ticket #3293 - Problemas com scroll na listagem de pastas do expressoMail

File:
1 edited

Legend:

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

    r7743 r7751  
    16271627        background-repeat : no-repeat; 
    16281628} 
     1629 
     1630.upper, .lower { 
     1631        background-color: gray; 
     1632        opacity:0.1; 
     1633        filter:alpha(opacity=30); 
     1634        height: 16px; 
     1635        position: fixed; 
     1636        width: 230px; 
     1637        display: none; 
     1638} 
     1639 
     1640.lower { 
     1641        top: 585px; 
     1642}                
Note: See TracChangeset for help on using the changeset viewer.