move the logo outside the text, to make the text easier to read.

The footer logo was going outside the footer (the footer is 46px in height,
the logo is 45px, it has to be sticked to bottom)

git-svn-id: http://piwigo.org/svn/trunk@5246 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-03-22 09:03:00 +00:00
parent d3104275c0
commit 74e07f090b
4 changed files with 4 additions and 36 deletions

View File

@@ -1,30 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// Recursive call
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>

View File

@@ -553,6 +553,7 @@ html, body {height:100%; margin:0; padding:0;}
bottom:0;
width:100%;
height:46px;
background: url(images/logo.png) no-repeat bottom left;
background-color:#464646;
color:#aaa;
line-height:46px;
@@ -573,12 +574,9 @@ html, body {height:100%; margin:0; padding:0;}
#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
#adminHome A {border:none;}
#piwigoInfos {float:left; margin-left:10px;}
#piwigoInfos {float:left; margin-left:100px;}
#pageInfos {float:right; margin-right:10px;}
.PiwigoLogo { vertical-align: middle; margin-top:-20px; }
#footer A.PiwigoLogo:hover { border-bottom:0px solid #fff; }
/* TipTip CSS - Version 1.2 */
#tiptip_holder {

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -22,8 +22,8 @@
*}
{'Powered by'|@translate}
<a class="PiwigoLogo" href="{$PHPWG_URL}" title="Visit Piwigo project website">
<img class="PiwigoLogo" alt="Piwigo" src="{$ROOT_URL}admin/images/piwigo-logo-simply-45.png"></a>
<a href="{$PHPWG_URL}" title="Visit Piwigo project website">
<span class="Piwigo">Piwigo</span></a>
{$VERSION}
| <a class="external" href="{$pwgmenu.WIKI}" title="Read Piwigo Documentation" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
| <a class="external" href="{$pwgmenu.FORUM}" title="Get Support on Piwigo Forum" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a>