Skip to content

Commit

Permalink
#63 - Substituição da logo do Expresso.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Correia committed Mar 31, 2014
1 parent db437a2 commit 17a31e3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions phpgwapi/templates/default/css/azul.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ select

.logo_expresso
{
background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px;
/*background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.png ) no-repeat 0 3px;*/
background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.png ) no-repeat 0 3px;
}

.menu
Expand Down
Binary file modified phpgwapi/templates/default/images/logo_expresso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions setup/templates/default/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ form

img
{
border-width:0px;
border-style:none;
border-width: 1px;
border-style: none;
margin:0px 0px 0px -1px;
}

a:link,a:visited
Expand Down
2 changes: 1 addition & 1 deletion setup/templates/default/head.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div id="divMain">
<div id="divAppIconBar">
<table width='100%'>
<tr><td align='left' background="./templates/default/images/fundo_topo.jpg"><img src="./templates/default/images/topo.jpg" style="overflow:hidden;z-index:-1;"></td></tr></table>
<tr><td align='left' background="./templates/default/images/fundo_topo.jpg"><img src="../phpgwapi/templates/default/images/logo_expresso.png" style="overflow:hidden;z-index:-1;"></td></tr></table>
</div>
<div id="divSubContainer">
<table width="100%" cellspacing="0" cellpadding="0">
Expand Down
Binary file modified setup/templates/default/images/fundo_topo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified setup/templates/default/images/logo_expresso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17a31e3

Please sign in to comment.