aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-01-18 19:59:58 +0000
committerplegall <plg@piwigo.org>2011-01-18 19:59:58 +0000
commit7889e86b9b772e4aaf8e5ebcf97c5b8fff5be9d1 (patch)
treea391147b06f8a9982c5d997f80061645d3b5b91a
parent0c73ec42459ec0220e27a71004acdff5253d415f (diff)
feature 2113: slightly smaller logo in administration footer
git-svn-id: http://piwigo.org/svn/trunk@8754 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/clear/images/piwigo_logo_small.pngbin4749 -> 5926 bytes
-rw-r--r--admin/themes/default/default-layout.css4
-rw-r--r--admin/themes/roma/images/piwigo_logo_small.pngbin4810 -> 6202 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/clear/images/piwigo_logo_small.png b/admin/themes/clear/images/piwigo_logo_small.png
index 952bba57d..09c679a66 100644
--- a/admin/themes/clear/images/piwigo_logo_small.png
+++ b/admin/themes/clear/images/piwigo_logo_small.png
Binary files differ
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css
index e950f9939..f46733fb8 100644
--- a/admin/themes/default/default-layout.css
+++ b/admin/themes/default/default-layout.css
@@ -593,7 +593,7 @@ html, body {height:100%; margin:0; padding:0;}
bottom:0;
width:100%;
height:46px;
- background: url(images/logo.png) no-repeat 2px 1px;
+ background: url(images/logo.png) no-repeat 7px 8px;
background-color:#464646;
color:#aaa;
line-height:46px;
@@ -614,7 +614,7 @@ 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:200px;}
+#piwigoInfos {float:left; margin-left:140px;}
#pageInfos {float:right; margin-right:10px;}
/* TipTip CSS - Version 1.2 */
diff --git a/admin/themes/roma/images/piwigo_logo_small.png b/admin/themes/roma/images/piwigo_logo_small.png
index 7da34528c..5ee4bd5a1 100644
--- a/admin/themes/roma/images/piwigo_logo_small.png
+++ b/admin/themes/roma/images/piwigo_logo_small.png
Binary files differ