Ignore:
Timestamp:
02/01/08 10:48:19 (16 years ago)
Author:
niltonneto
Message:

Correção das funcionalidades: Mover e Apagar, do resultado da pesquisa.
Otimizado código do CSS utilizado nas linhas da lista de mensagens.
Correção de algumas traduções.

File:
1 edited

Legend:

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

    r127 r163  
    2323} 
    2424 
     25/* begin class msgs */ 
    2526.tr_msg_unread { 
     27        color: black; 
    2628        background-color: #e8eef7; 
    27         color: black; 
    2829        font-weight: bold; 
    2930        border-bottom:1px solid #cfcfcf; 
    3031    -moz-user-select: none; 
    3132} 
    32  
    3333.tr_msg_read { 
    3434        color: black; 
     
    3737    -moz-user-select: none; 
    3838} 
    39  
    40 .selected_unseen_msg_bg{ 
    41         color: black; 
     39.selected_msg{ 
    4240        background-color: #ffffcc; 
    43         border-bottom:1px solid #cfcfcf; 
    44         font-weight: bold; 
    45     -moz-user-select: none; 
    46 } 
    47  
    48 .selected_seen_msg_bg{ 
    49         color: black; 
    50         background-color: #ffffcc; 
    51         border-bottom:1px solid #cfcfcf; 
    52     -moz-user-select: none; 
    53 } 
    54  
    55 /*  important messages  */ 
    56 .important_msg_unread { 
     41} 
     42.flagged_msg{ 
    5743        color: red; 
    58         background-color: #e8eef7; 
    59         font-weight: bold; 
    60         border-bottom:1px solid #cfcfcf; 
    61     -moz-user-select: none; 
    62 } 
    63 .important_msg_read { 
    64         color: red; 
    65         background-color: #ffffff; 
    66         border-bottom:1px solid #cfcfcf; 
    67     -moz-user-select: none; 
    68 } 
    69 .selected_important_msg_unread{ 
    70         color: red; 
    71         background-color: #ffffcc; 
    72         border-bottom:1px solid #cfcfcf; 
    73         font-weight: bold; 
    74     -moz-user-select: none;      
    75 } 
    76 .selected_important_msg_read{ 
    77         color: red; 
    78         background-color: #ffffcc; 
    79         border-bottom:1px solid #cfcfcf; 
    80     -moz-user-select: none;      
    81 } 
     44} 
     45.selected_shortcut_msg{ 
     46        color: white; 
     47        background-color: #5194d2; 
     48} 
     49/* end class msgs */ 
    8250 
    8351.action_info_table { 
Note: See TracChangeset for help on using the changeset viewer.