From 74e07f090b0908f4e82dafe309e2ccc72c160e16 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 22 Mar 2010 09:03:00 +0000 Subject: 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 --- admin/images/index.php | 30 ------------------------------ admin/images/piwigo-logo-simply-45.png | Bin 3872 -> 0 bytes admin/themes/default/default-layout.css | 6 ++---- admin/themes/default/images/logo.png | Bin 0 -> 3872 bytes admin/themes/default/template/footer.tpl | 4 ++-- 5 files changed, 4 insertions(+), 36 deletions(-) delete mode 100644 admin/images/index.php delete mode 100644 admin/images/piwigo-logo-simply-45.png create mode 100644 admin/themes/default/images/logo.png diff --git a/admin/images/index.php b/admin/images/index.php deleted file mode 100644 index 17747c927..000000000 --- a/admin/images/index.php +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/admin/images/piwigo-logo-simply-45.png b/admin/images/piwigo-logo-simply-45.png deleted file mode 100644 index eb9cc48f3..000000000 Binary files a/admin/images/piwigo-logo-simply-45.png and /dev/null differ diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index a24ef72b5..1fb8aadb5 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -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 { diff --git a/admin/themes/default/images/logo.png b/admin/themes/default/images/logo.png new file mode 100644 index 000000000..eb9cc48f3 Binary files /dev/null and b/admin/themes/default/images/logo.png differ diff --git a/admin/themes/default/template/footer.tpl b/admin/themes/default/template/footer.tpl index 42208fe5a..3b6b8af43 100644 --- a/admin/themes/default/template/footer.tpl +++ b/admin/themes/default/template/footer.tpl @@ -22,8 +22,8 @@ *} {'Powered by'|@translate} - + + Piwigo {$VERSION} | {'Documentation'|@translate} | {'Support'|@translate} -- cgit v1.2.3