Changeset 1133


Ignore:
Timestamp:
07/16/09 10:00:24 (15 years ago)
Author:
amuller
Message:

Ticket #475 - correção do logo no ie no template azul

Location:
trunk/phpgwapi/templates/azul
Files:
2 edited

Legend:

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

    r1094 r1133  
    411411.toolbar 
    412412{ 
    413         background-image:url(../../../../phpgwapi/templates/azul/images/fundo_topo.png); 
    414         position:absolute; 
     413       background-image:url(../../../../phpgwapi/templates/azul/images/fundo_topo.png); 
     414       position:absolute; 
    415415} 
    416416 
     
    418418{ 
    419419        position: absolute; 
    420         background:url(../../../../phpgwapi/templates/azul/images/logo_expresso.png) no-repeat; 
     420        background:url(../../../../phpgwapi/templates/azul/images/logo_expresso.png); 
    421421        width: 191px; 
     422        height: 100%; 
    422423        left: 0px; 
    423424        top: 3px; 
  • trunk/phpgwapi/templates/azul/navbar.tpl

    r940 r1133  
    8888<div class="toolbar" id="toolbar" style="visibility:hidden"> 
    8989<table border="0" height="50px" width="100%" cellpadding=0 cellspacing=0><tr> 
    90         <td class="logo_expresso"></td> 
     90        <td class="logo_expresso"><br><br><br><br></td> 
    9191        <td align="center"> 
    9292        <table width="auto" border="0" cellpadding="0" cellspacing="0">{app_icons}</table> 
Note: See TracChangeset for help on using the changeset viewer.