aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-01-18 13:25:04 +0000
committerplegall <plg@piwigo.org>2011-01-18 13:25:04 +0000
commit790e91754165abad7cf94b64e1acc456832a3fac (patch)
treeade62ca84bd0f64ed09f9f48abdffe3e78e94ecc /admin/themes/clear
parent6db359c6222072f0f02e0c603ecfb52e8d0f13ab (diff)
feature 2113: new logo on administration screen
git-svn-id: http://piwigo.org/svn/trunk@8732 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/images/piwigo_logo_small.pngbin0 -> 4749 bytes
-rw-r--r--admin/themes/clear/theme.css3
2 files changed, 1 insertions, 2 deletions
diff --git a/admin/themes/clear/images/piwigo_logo_small.png b/admin/themes/clear/images/piwigo_logo_small.png
new file mode 100644
index 000000000..952bba57d
--- /dev/null
+++ b/admin/themes/clear/images/piwigo_logo_small.png
Binary files differ
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 87b488987..f9454346c 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -73,8 +73,6 @@ body { margin: 0; padding: 0; background:#f9f9f9 }
#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
position:absolute; left:0px; top:0px; z-index: 0;
background:transparent }
-#theHeader { display:none; height:40px; margin: 0; padding: 0;
-background:transparent }
h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
.row2 { background-color:#eeeeee; }
.throw em { font-style: normal; color: #0cc9c; }
@@ -255,6 +253,7 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p
#pwgHead, #footer {color:#666;}
#pwgHead A, #footer A {color:#444;}
#pwgHead A:hover, #footer A:hover {color:black; border-color:black;}
+#footer { background-image: url(images/piwigo_logo_small.png);}
.pluginBox {background-color:#ddd;color:#333}
.pluginBoxNameCell {font-weight:bold;}