Ignore:
Timestamp:
02/10/10 15:37:22 (14 years ago)
Author:
amuller
Message:

Ticket #490 - #690 - Merge branches Expresso 2.2 com Trunk

File:
1 edited

Legend:

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

    r1965 r1999  
    1010        font-family: Verdana, Arial, Helvetica, sans-serif; 
    1111        font-size: 13px; 
    12 } 
    13 .whiteSpace{ 
    14         width: 2px; 
    1512} 
    1613 
     
    110107} 
    111108 
    112 .menu-sel 
    113 { 
    114     text-decoration: none; 
    115     text-align: center; 
    116     font: bold 13px Lucidatypewriter,monospace; 
    117     color:#0000FF; 
    118     height: 20px; 
    119     width:220px; 
    120     background-color:#F7F7F7; 
    121     margin-bottom: 0px; 
    122     border: 1px solid #4a79b1; 
    123     border-bottom: 0px; 
    124     padding:0px 5px 0px 0px; 
    125     -moz-border-radius: 9px 9px 0px 0px; 
    126     -moz-user-select: none; 
    127     cursor: pointer;     
    128 } 
    129 .menu 
    130 { 
    131     text-decoration: none; 
    132     text-align: center; 
    133 /*    font: bold 13px Lucidatypewriter,monospace;*/ 
    134     height: 20px;     
    135     width:220px; 
    136         background-color:#c8d7ea; 
    137  
    138 /*    background-color: #F7F7F7;*/ 
    139     margin-bottom: 0px; 
    140     border: 1px solid #f4f7fc; 
    141     border-bottom: 1px solid #4a79b1; 
    142     padding:0px 5px 0px 0px; 
    143     -moz-border-radius: 9px 9px 0px 0px; 
    144     -moz-user-select: none; 
    145     cursor: pointer; 
    146 } 
    147  
    148 .last_menu 
    149 { 
    150         border-bottom: 1px solid #4a79b1; 
    151         -moz-border-radius: 0px 0px 0px 0px; 
    152 } 
    153  
    154 .conteudo { 
    155     font-family: Verdana, Arial, Helvetica, sans-serif; 
    156     font-size: 10px; 
    157     font-weight: normal; 
    158     color: #000033; 
    159     padding: 1px; 
    160     border-left:1px solid #4A79B1; 
    161     width:99.5%; 
    162     overflow: none; 
    163     -moz-border-radius: 0px 0px 6px 6px; 
    164 } 
    165109 
    166110.table_message{ 
Note: See TracChangeset for help on using the changeset viewer.