summaryrefslogtreecommitdiffstats
path: root/public/themes
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-18 14:10:26 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-18 14:10:26 +0000
commit8e3def71296e3997a567db9059c38e64d7dcdb4c (patch)
tree5b071d08ee45042fdb93a970b07a5f6aaff385c5 /public/themes
parent6b94614c36c13c0e8dc8665bf9b566aab90fcc53 (diff)
downloadredmine-8e3def71296e3997a567db9059c38e64d7dcdb4c.tar.gz
redmine-8e3def71296e3997a567db9059c38e64d7dcdb4c.zip
Icons updates and cleaning.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3183 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/themes')
-rw-r--r--public/themes/classic/images/home.pngbin0 -> 806 bytes
-rw-r--r--public/themes/classic/images/wrench.pngbin0 -> 610 bytes
-rw-r--r--public/themes/classic/stylesheets/application.css6
3 files changed, 3 insertions, 3 deletions
diff --git a/public/themes/classic/images/home.png b/public/themes/classic/images/home.png
new file mode 100644
index 000000000..fed62219f
--- /dev/null
+++ b/public/themes/classic/images/home.png
Binary files differ
diff --git a/public/themes/classic/images/wrench.png b/public/themes/classic/images/wrench.png
new file mode 100644
index 000000000..5c8213fef
--- /dev/null
+++ b/public/themes/classic/images/wrench.png
Binary files differ
diff --git a/public/themes/classic/stylesheets/application.css b/public/themes/classic/stylesheets/application.css
index 280b86edd..3f855fe96 100644
--- a/public/themes/classic/stylesheets/application.css
+++ b/public/themes/classic/stylesheets/application.css
@@ -34,8 +34,8 @@ h4 { border-bottom: dotted 1px #c0c0c0; }
padding-bottom: 3px;
}
-#top-menu a.home { background-image: url(../../../images/home.png); }
-#top-menu a.my-page { background-image: url(../../../images/user_page.png); }
+#top-menu a.home { background-image: url(../images/home.png); }
+#top-menu a.my-page { background-image: url(../../../images/user.png); }
#top-menu a.projects { background-image: url(../../../images/projects.png); }
-#top-menu a.administration { background-image: url(../../../images/admin.png); }
+#top-menu a.administration { background-image: url(../images/wrench.png); }
#top-menu a.help { background-image: url(../../../images/help.png); }