diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-14 13:50:18 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-14 14:18:07 +0100 |
commit | e7bcd945bd757a4d0d83abb96aecb8c3f7fca54b (patch) | |
tree | dea32ac4fa3f333ba1fc1c5b894f42ae093f556d /skins/classic | |
parent | a4cd91f6b2005e5b265bf3fe40f30cf01d594c38 (diff) |
Re-locate the move-message toolbar button to be next to the related delete icon; synchronize toolbars in larry and classic skin
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/images/mail_toolbar.png | bin | 39276 -> 42883 bytes | |||
-rw-r--r-- | skins/classic/includes/messagetoolbar.html | 7 | ||||
-rw-r--r-- | skins/classic/mail.css | 11 |
3 files changed, 10 insertions, 8 deletions
diff --git a/skins/classic/images/mail_toolbar.png b/skins/classic/images/mail_toolbar.png Binary files differindex 3ef003f23..357357795 100644 --- a/skins/classic/images/mail_toolbar.png +++ b/skins/classic/images/mail_toolbar.png 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 @@ <span id="forwardmenulink" onclick="rcmail_ui.show_popup('forwardmenu');return false"></span> </span> <roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletemessage" content=" " /> +<roundcube:if condition="template:name == 'message'" /> + <roundcube:button command="move" type="link" class="buttonPas move" classAct="button move" classSel="button moveSel" label="move" title="moveto" content=" " data-menu-pos="bottom" /> + <roundcube:button command="print" type="link" class="buttonPas print" classAct="button print" classSel="button printSel" label="print" title="printmessage" content=" " /> +<roundcube:endif /> <roundcube:container name="toolbar" id="messagetoolbar" /> <roundcube:button name="markmenulink" id="markmenulink" type="link" class="button markmessage" title="markmessages" onclick="rcmail_ui.show_popup('markmenu');return false" content=" " /> <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="moreactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " /> -<roundcube:if condition="template:name == 'message'" /> -<roundcube:button command="move" type="link" class="buttonPas move" classAct="button move" classSel="button moveSel" label="move" title="moveto" content=" " data-menu-pos="bottom" /> -<roundcube:endif /> </div> <div id="forwardmenu" class="popupmenu"> 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 { |