Ignore:
Timestamp:
07/08/10 18:18:58 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Corrigindo CSS e adicionando filemanager

File:
1 edited

Legend:

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

    r1965 r3019  
    1111        font-size: 13px; 
    1212} 
     13 
    1314.whiteSpace{ 
    1415        width: 2px; 
    1516} 
     17 
    1618 
    1719.table_box{ 
     
    1921        color: black; 
    2022        background: #ffffff; 
    21         border-style: solid; 
    22         border-width: 0px; 
    23         border-color: #ffffff; 
     23        border-bottom: 1px solid #f4f8fb; 
    2424        font-family: Arial; 
    2525        font-size: 13px; 
     
    3636        border-width: 0px;       
    3737} 
    38 .tr_msg_unread { 
    39         font-weight: bold !important; 
     38.tr_msg_unread {         
     39        font-weight:bold !important; 
     40} 
     41 
     42.tr_msg_read { 
     43        color: #3f3f3f; 
     44        background-color: #ffffff; 
     45        -moz-user-select: none; 
     46} 
     47 
     48.tr_msg_read2 { 
     49        color: #3f3f3f; 
     50        background-color: #f4f8fb; 
     51        -moz-user-select: none; 
    4052} 
    4153 
     
    98110    text-decoration: none; 
    99111    text-align: center; 
    100 /*    font: bold 13px Lucidatypewriter,monospace;*/ 
    101112    color: #000; 
    102113} 
     
    106117    text-decoration: none; 
    107118    text-align: center; 
    108     font: bold 13px Lucidatypewriter,monospace; 
    109119        color:#0000FF; 
    110120} 
     
    114124    text-decoration: none; 
    115125    text-align: center; 
    116     font: bold 13px Lucidatypewriter,monospace; 
    117126    color:#0000FF; 
    118127    height: 20px; 
     
    131140    text-decoration: none; 
    132141    text-align: center; 
    133 /*    font: bold 13px Lucidatypewriter,monospace;*/ 
    134     height: 20px;     
     142    height: 20px;         
    135143    width:220px; 
    136         background-color:#c8d7ea; 
    137  
    138 /*    background-color: #F7F7F7;*/ 
     144    background-color:#c8d7ea; 
    139145    margin-bottom: 0px; 
    140146    border: 1px solid #f4f7fc; 
     
    152158} 
    153159 
    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 } 
    165160 
    166161.table_message{ 
     
    390385         white-space: nowrap; 
    391386         color: #999; 
     387        padding-right: 0 !important; 
    392388} 
    393389 
     
    395391        white-space: nowrap; 
    396392        color: #990000; 
    397         font-weight: bold; 
     393    font-weight: bold !important; 
    398394        cursor: pointer; 
     395        padding-right: 0 !important; 
    399396 } 
    400397 
     
    405402        white-space: nowrap; 
    406403        font-weight: bold; 
     404        padding-right: 0 !important; 
    407405} 
    408406 
     
    412410         color: #FC6103; 
    413411        /*text-decoration: underline;*/ 
    414          font-weight: bold; 
    415 } 
    416 .clean_folder { 
    417         cursor: pointer; 
    418         white-space: nowrap; 
    419         color: #666666;  
    420         font-family: sans-serif; 
    421         font-size: 9px; 
    422         font-weight: bold; 
    423         padding-left:15px; 
    424         position:absolute; 
    425 } 
     412         font-weight: bold !important; 
     413        padding-right: 0 !important; 
     414} 
     415 
    426416.em_sidebox_menu { 
    427417        position: relative; 
     
    480470input.em_button_like_span { 
    481471        border:0px none !important; 
    482         margin: 0px; 
    483         padding:0px; 
    484         color:#114fa4; 
    485         background:transparent none repeat scroll 0%; 
    486         font-family:Verdana,Arial,Helvetica,sans-serif; 
    487         font-size:11px; 
    488         height:15px; 
    489         font-weight: bold !important; 
     472        margin: 0px !important; 
     473        padding:0px !important; 
     474        color:#114fa4 !important; 
     475        background:transparent none repeat scroll 0% !important; 
     476        font-family:Verdana,Arial,Helvetica,sans-serif !important; 
     477        font-size:11px !important; 
     478        height:15px !important; 
     479        font-weight: bold; 
    490480} 
    491481 
     
    507497        font-weight:normal; 
    508498        font-variant: small-caps;        
    509         color: #000066; 
     499        color: #000066 !important; 
    510500        font-size: 16px !important; 
    511501        text-align: center;      
Note: See TracChangeset for help on using the changeset viewer.