Changeset 2532


Ignore:
Timestamp:
04/14/10 16:08:10 (14 years ago)
Author:
niltonneto
Message:

Ticket #1039 - Corrigido valores nos estilos do template default.

Location:
branches/2.1
Files:
3 edited

Legend:

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

    r2504 r2532  
    1919        color: black; 
    2020        background: #ffffff; 
    21         border-style: solid; 
    22         border-width: 0px; 
    23         border-color: #ffffff; 
     21        border-bottom: 1px solid #f4f8fb; 
    2422        font-family: Arial; 
    2523        font-size: 13px; 
     
    128126    text-decoration: none; 
    129127    text-align: center; 
    130 /*    font: bold 13px Lucidatypewriter,monospace;*/ 
    131128    height: 20px;     
    132129    width:220px; 
    133         background-color:#c8d7ea; 
    134  
    135 /*    background-color: #F7F7F7;*/ 
     130    background-color:#c8d7ea; 
    136131    margin-bottom: 0px; 
    137132    border: 1px solid #f4f7fc; 
     
    149144} 
    150145 
    151 .conteudo { 
    152     font-family: Verdana, Arial, Helvetica, sans-serif; 
    153     font-size: 10px; 
    154     font-weight: normal; 
    155     color: #000033; 
    156     padding: 1px; 
    157     border-left:1px solid #4A79B1; 
    158     width:99.5%; 
    159     overflow: none; 
    160     -moz-border-radius: 0px 0px 6px 6px; 
    161 } 
    162146 
    163147.table_message{ 
  • branches/2.1/phpgwapi/templates/default/css/azul.css

    r2386 r2532  
    206206 
    207207.linha0, 
    208 .linha1, 
    209 .tr_msg_read, 
    210 .tr_msg_read2 
     208.tr_msg_read 
    211209{ 
    212210        color: #3f3f3f; 
     
    217215.tr_msg_read2 
    218216{ 
     217        color: #3f3f3f;  
    219218        background: #f4f8fb; 
    220219} 
  • branches/2.1/phpgwapi/templates/default/css/base.css

    r2386 r2532  
    174174#divStatusBar 
    175175{ 
    176         height: 24px; 
     176        height: 24px !important; 
    177177        padding-left: 10px; 
    178178        padding-top: 0px; 
     
    214214        overflow: none; 
    215215        padding: 2px; 
     216        margin-bottom:2px; 
    216217        width: 99.5%; 
    217218        -moz-border-radius: 0px 0px 6px 6px; 
Note: See TracChangeset for help on using the changeset viewer.