From e7bcd945bd757a4d0d83abb96aecb8c3f7fca54b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 14 Feb 2014 13:50:18 +0100 Subject: Re-locate the move-message toolbar button to be next to the related delete icon; synchronize toolbars in larry and classic skin --- skins/classic/images/mail_toolbar.png | Bin 39276 -> 42883 bytes skins/classic/includes/messagetoolbar.html | 7 ++++--- skins/classic/mail.css | 11 ++++++----- skins/larry/includes/mailtoolbar.html | 4 +--- skins/larry/styles.css | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) (limited to 'skins') diff --git a/skins/classic/images/mail_toolbar.png b/skins/classic/images/mail_toolbar.png index 3ef003f23..357357795 100644 Binary files a/skins/classic/images/mail_toolbar.png and b/skins/classic/images/mail_toolbar.png differ diff --git a/skins/classic/includes/messagetoolbar.html b/skins/classic/includes/messagetoolbar.html index 639557da6..b6b16d635 100644 --- a/skins/classic/includes/messagetoolbar.html +++ b/skins/classic/includes/messagetoolbar.html @@ -17,12 +17,13 @@ + + + + - - -
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index e80ad4e6a..b1c8a0ea9 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -108,11 +108,11 @@ } #messagetoolbar a.print { - background-position: -224px 0; + background-position: -256px 0; } #messagetoolbar a.printSel { - background-position: -224px -32px; + background-position: -256px -32px; } #messagetoolbar a.markmessage { @@ -120,7 +120,8 @@ } #messagetoolbar a.messagemenu { - background-position: -322px 0; + background-position: -320px 0; + width: 34px; } #messagetoolbar a.spellcheck { @@ -164,11 +165,11 @@ } #messagetoolbar a.move { - background-position: -578px 0; + background-position: -580px 0; } #messagetoolbar a.moveSel { - background-position: -578px -32px; + background-position: -580px -32px; } #messagetoolbar a.download { diff --git a/skins/larry/includes/mailtoolbar.html b/skins/larry/includes/mailtoolbar.html index 912cac6e2..ac08a3200 100644 --- a/skins/larry/includes/mailtoolbar.html +++ b/skins/larry/includes/mailtoolbar.html @@ -11,13 +11,11 @@ + - - -
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 96ffbb272..18ba49ae2 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1896,7 +1896,7 @@ ul.proplist li { } .toolbar a.button.move { - background-position: center -1972px; + background-position: center -1971px; } .toolbar a.button.more { -- cgit v1.2.3