summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-05-25 11:04:58 +0000
committeralecpl <alec@alec.pl>2009-05-25 11:04:58 +0000
commit4beb1ad1059e931aa8849655676245fa6b81c7a2 (patch)
treef7dadb30a6cd5ab559381c951c16b441d727741f /skins
parent7dbe2fa6bf629e1089c61a7bb89885e9936de8a9 (diff)
- added 'markmenu' container + small css changes
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css1
-rw-r--r--skins/default/templates/mail.html3
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index fcc2be837..e92379489 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -31,7 +31,6 @@
#messagetoolbar select.mboxlist
{
position: absolute;
- left: 375px;
top: 8px;
}
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 5fb68c801..93d4e4dce 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -118,8 +118,8 @@
<roundcube:button command="reply-all" imageSel="/images/buttons/replyall_sel.png" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" />
<roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" />
<roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" />
-<roundcube:button name="markreadbutton" id="markreadbutton" image="/images/buttons/markread_act.png" width="32" height="32" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" />
<roundcube:button name="messagemenulink" id="messagemenulink" image="/images/buttons/messagemenu.png" width="32" height="32" title="messagemenu" onclick="rcmail_ui.show_messagemenu();return false" />
+<roundcube:button name="markreadbutton" id="markreadbutton" image="/images/buttons/markread_act.png" width="32" height="32" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" />
<roundcube:container name="toolbar" id="messagetoolbar" />
<div id="markmessagemenu">
@@ -128,6 +128,7 @@
<li><roundcube:button command="mark" prop="unread" label="markunread" classAct="unreadlink active" class="unreadlink" /></li>
<li><roundcube:button command="mark" prop="flagged" label="markflagged" classAct="flaggedlink active" class="flaggedlink" /></li>
<li><roundcube:button command="mark" prop="unflagged" label="markunflagged" classAct="unflaggedlink active" class="unflaggedlink" /></li>
+ <roundcube:container name="markmenu" id="markmessagemenu" />
</ul>
</div>