From d7e32a290895d866543ea4bff692b2dcdf004538 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Fri, 6 Mar 2009 00:53:26 +0000 Subject: Added the actual copyto dropdown to the template, and some related CSS. --- roundcubemail/skins/npk/mail.css | 7 +++++++ roundcubemail/skins/npk/templates/message.html | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/roundcubemail/skins/npk/mail.css b/roundcubemail/skins/npk/mail.css index d418b506b..80fe063b9 100644 --- a/roundcubemail/skins/npk/mail.css +++ b/roundcubemail/skins/npk/mail.css @@ -33,6 +33,13 @@ top: 8px; } +#messagetoolbar select.copy_mboxlist +{ + position: absolute; + left: 515px; + top: 8px; +} + #messagetoolbar select.mboxlist option { padding-left: 15px; diff --git a/roundcubemail/skins/npk/templates/message.html b/roundcubemail/skins/npk/templates/message.html index 8d915e056..f25bcf489 100644 --- a/roundcubemail/skins/npk/templates/message.html +++ b/roundcubemail/skins/npk/templates/message.html @@ -37,7 +37,8 @@ - + + -- cgit v1.2.3