Ignore:
Timestamp:
11/03/11 13:24:28 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo ExpressoMail?.

File:
1 edited

Legend:

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

    r4815 r5134  
    88        word-wrap: break-word !important; /* Internet Explorer 5.5+ */ 
    99        font-family: monospace !important;       
     10        /*font-size: 10pt !important;*/ 
    1011        font-size: 11px !important; 
    1112} 
    12  
    13 * { 
     13/** { 
    1414        font-family: Verdana, Arial, Helvetica, sans-serif;      
    15 } 
     15}*/ 
    1616 
    1717.checkbox{ 
     
    3333        background: #ffffff; 
    3434        border-bottom: 1px solid #f4f8fb; 
    35         font-family: Arial; 
     35        font-family: Verdana, Arial, Helvetica, sans-serif;; 
    3636        font-size: 13px; 
    3737        cursor: pointer; 
     
    151151        border-collapse: collapse; 
    152152        border-color: #bbbbbb; 
    153         font-family: Arial; 
     153        font-family: Verdana,Arial,Helvetica,sans-serif; 
    154154        font-size: 13px;         
    155155        cursor: pointer; 
     
    188188    -moz-border-radius: 9px 9px 0px 0px; 
    189189    -moz-user-select: none; 
     190    -webkit-border-radius: 9px 9px 0px 0px; 
     191    border-radius: 9px 9px 0px 0px; 
    190192    cursor: pointer;     
    191193} 
     
    202204    -moz-border-radius: 9px 9px 0px 0px; 
    203205    -moz-user-select: none; 
     206    -webkit-border-radius: 9px 9px 0px 0px; 
     207    border-radius: 9px 9px 0px 0px; 
    204208    cursor: pointer; 
    205209} 
     
    223227.tr_message_header{ 
    224228        background-color: #EEEEEE; 
     229        font-family: Verdana, Arial, Helvetica, sans-serif; 
    225230        cursor: default; 
    226231        border-style: none none none none; 
     
    552557/* hack para o chrome */ 
    553558@media screen and (-webkit-min-device-pixel-ratio:0){ 
    554         input[type="file"] 
    555         { 
    556                       width:500px; 
     559        input[type="file"]{ 
     560        background-color: #FFF; 
     561        border: 1px solid #e4e4e4; 
     562        height: 20px; 
     563        width: 350px; 
     564        vertical-align: middle; 
    557565        } 
    558566} 
Note: See TracChangeset for help on using the changeset viewer.