Changeset 2530


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

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

Location:
branches/2.0
Files:
3 edited

Legend:

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

    r2468 r2530  
    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; 
     
    139137    text-decoration: none; 
    140138    text-align: center; 
    141 /*    font: bold 13px Lucidatypewriter,monospace;*/ 
    142139    height: 20px;     
    143140    width:220px; 
    144         background-color:#c8d7ea; 
    145  
    146 /*    background-color: #F7F7F7;*/ 
     141    background-color:#c8d7ea; 
    147142    margin-bottom: 0px; 
    148143    border: 1px solid #f4f7fc; 
     
    160155} 
    161156 
    162 .conteudo { 
    163     font-family: Verdana, Arial, Helvetica, sans-serif; 
    164     font-size: 10px; 
    165     font-weight: normal; 
    166     color: #000033; 
    167     padding: 1px; 
    168     border-left:1px solid #4A79B1; 
    169     width:99.5%; 
    170     overflow: none; 
    171     -moz-border-radius: 0px 0px 6px 6px; 
    172 } 
    173157 
    174158.table_message{ 
  • branches/2.0/phpgwapi/templates/default/css/azul.css

    r2384 r2530  
    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.0/phpgwapi/templates/default/css/base.css

    r2384 r2530  
    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.