Changeset 1143 for trunk/phpgwapi


Ignore:
Timestamp:
07/16/09 17:37:58 (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

    r1133 r1143  
    407407        cursor:hand; 
    408408        background-repeat:no-repeat; 
    409  
    410409} 
    411410.toolbar 
     
    417416.logo_expresso 
    418417{ 
    419         position: absolute; 
    420         background:url(../../../../phpgwapi/templates/azul/images/logo_expresso.png); 
     418        background:url(../../../../phpgwapi/templates/azul/images/logo_expresso.png) no-repeat 0 3px; 
    421419        width: 191px; 
    422         height: 100%; 
    423         left: 0px; 
    424         top: 3px; 
    425 } 
     420} 
  • trunk/phpgwapi/templates/azul/navbar.tpl

    r1133 r1143  
    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"><br><br><br><br></td> 
     90        <td class="logo_expresso">&nbsp;<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.