From e58826e48197ca20ea70cf30c693934f18c93c5d Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 22 Jul 2005 13:18:49 +0000 Subject: [PATCH] send/attach buttons changed to 24x24 git-svn-id: http://svn.opengroupware.org/SOGo/trunk@899 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/WebServerResources/ChangeLog | 4 ++++ SOGo/UI/WebServerResources/mailer-toolbar.css | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/SOGo/UI/WebServerResources/ChangeLog b/SOGo/UI/WebServerResources/ChangeLog index 3cf1ea78..2c08f0a1 100644 --- a/SOGo/UI/WebServerResources/ChangeLog +++ b/SOGo/UI/WebServerResources/ChangeLog @@ -1,3 +1,7 @@ +2005-07-22 Helge Hess + + * mailer-toolbar.css: fixed send and attach buttons to use 24x24 images + 2005-07-22 Marcus Mueller * mailer.js: added labels for error messages diff --git a/SOGo/UI/WebServerResources/mailer-toolbar.css b/SOGo/UI/WebServerResources/mailer-toolbar.css index 3326840a..eb775daf 100644 --- a/SOGo/UI/WebServerResources/mailer-toolbar.css +++ b/SOGo/UI/WebServerResources/mailer-toolbar.css @@ -98,10 +98,10 @@ div.tb_consumer { /* consumes the spaces taken by the toolbar */ } .tbicon_send { - background-image: url(tbtb_compose_send_30x30.png); + background-image: url(tb-compose-send-flat-24x24.png); } .tbicon_attach { - background-image: url(tbtb_compose_attach_30x30.png); + background-image: url(tb-compose-attach-flat-24x24.png); } .tbicon_save { background-image: url(tb-mail-file-flat-24x24.png); -- 2.39.5