Changeset 1094


Ignore:
Timestamp:
07/08/09 10:11:38 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Ajustes na página inicial e fundo do divAppBoxHeader

Location:
trunk/phpgwapi/templates
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/azul/css/azul.css

    r1024 r1094  
    9797{ 
    9898        text-align:center; 
    99         background-color:#000066; 
     99        background-color:#416faa; 
    100100        padding-top:2px; 
    101101        height: 15px; 
     
    258258        text-align: center; 
    259259        padding: 0px; 
    260         background-color: #ebf0f7; 
     260        background: url(../images/bgAppTitle.png); 
    261261        height:24px; 
    262262        line-height:24px; 
     
    270270        border-right-width:1px; 
    271271        border-right-style:solid; 
     272 
    272273} 
    273274 
  • trunk/phpgwapi/templates/azul/login.css

    r1049 r1094  
    99        padding-right: 0; 
    1010} 
    11  
    12 a:link { 
    13         color: #999; 
     11a:link,a:visited{ 
     12        cursor:pointer !important; 
     13        color: #006699  !important; 
     14        text-decoration: none !important; 
    1415} 
    15  
     16a:hover,a:active{ 
     17        cursor:pointer; 
     18        color: #ff9933; 
     19        text-decoration: underline; 
     20} 
    1621#conteudo { 
    1722        background:url(../../../phpgwapi/templates/default/images/back_pagina.jpg) repeat-x #fff; 
     
    8994        background: #FFF url("../../../phpgwapi/templates/default/images/rodape.jpg") no-repeat;  
    9095        height: 41px; 
     96        color: #ffffff !important; 
    9197        clear: both;  
    9298} 
  • trunk/phpgwapi/templates/celepar/portal.tpl

    r143 r1094  
    33<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}"  height="100%">  
    44 <tr nowrap align="center"> 
    5   <td style="height:19px;border-top:0px;padding:1px;vertical-align:top;background: #fff url(phpgwapi/templates/celepar/images/bgBlockTitle.png)" align="left" nowrap>&nbsp;<font size="2.0em" color="#003366">{title}</font></td> 
     5  <td style="height:19px;border-top:0px;border-bottom:1px solid #d6e2ee;padding:1px;vertical-align:top;background-repeat:repeat-x;background: #fff url(phpgwapi/templates/azul/images/bgBlockTitle.png)" align="left" nowrap>&nbsp;<font size="2" color="#003366">{title}</font></td> 
    66 </tr> 
    77 <tr> 
    8   <td style='background: #fff url(phpgwapi/templates/celepar/images/bgBlockContent.jpg);background-attachment:scroll;background-repeat:repeat-x;border-top:0px solid #adc9d8'> 
    9    <table border="0" cellpadding="0" height="100%" cellspacing="5" width="{inner_width}"> 
     8  <td style='background: #f4f8fb;border-top:0px solid #adc9d8'> 
     9   <table border="0" cellpadding="0" height="100%" cellspacing="0" width="{inner_width}"> 
    1010    {row} 
    1111   </table> 
Note: See TracChangeset for help on using the changeset viewer.