Ignore:
Timestamp:
07/09/10 11:59:39 (14 years ago)
Author:
amuller
Message:

Ticket #947 - Mudanças visuais no brances 2.2

Location:
branches/2.2/expressoMail1_2/templates/default
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/templates/default/main.css

    r3019 r3021  
    160160 
    161161.table_message{ 
    162         background-image: url(../../../phpgwapi/templates/default/images/fundo_topo.png); 
     162        background-image: url(../../../phpgwapi/templates/default/images/fundo_msg.png); 
    163163        padding: 1px; 
    164164        cursor: default; 
    165165        border-width: 1px 1px 1px 1px; 
    166         border-spacing: 0px 1px; 
     166        border-spacing: 0px 0px; 
    167167        border-style: outset outset outset outset; 
    168168        border-color: gray gray gray gray; 
     
    413413        padding-right: 0 !important; 
    414414} 
     415 
     416.reply_options { 
     417        cursor: pointer; 
     418        color: white; 
     419        white-space: nowrap; 
     420        font-weight: bold; 
     421} 
     422 
     423.reply_options_active { 
     424         cursor: pointer; 
     425         white-space: nowrap; 
     426         color: yellow; 
     427         text-decoration: underline; 
     428         font-weight: bold !important; 
     429} 
     430 
    415431 
    416432.em_sidebox_menu { 
Note: See TracChangeset for help on using the changeset viewer.