summaryrefslogtreecommitdiff
path: root/skins/classic/mail.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-17 23:32:08 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-17 23:32:08 +0200
commit3bc6ae04ae11a2e84a457a80a3892d6072bcc334 (patch)
tree47d7770a5d16741053dfdcf1c109961deaae1434 /skins/classic/mail.css
parentb50a6c843d9f69e926998fcc16fac3ed6fd2f737 (diff)
Adapt classic skin to new extwin feature
Diffstat (limited to 'skins/classic/mail.css')
-rw-r--r--skins/classic/mail.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css
index 4b54f22de..08d1266f1 100644
--- a/skins/classic/mail.css
+++ b/skins/classic/mail.css
@@ -13,6 +13,12 @@
/* border: 1px solid #cccccc; */
}
+.extwin #messagetoolbar
+{
+ top: 5px;
+ left: 20px;
+}
+
#messagetoolbar a,
#messagetoolbar select
{
@@ -1041,6 +1047,11 @@ td span.branch div.l3
z-index: 1;
}
+.extwin #messageframe
+{
+ left: 0;
+}
+
div.messageheaderbox
{
margin: -14px 8px 0px 8px;
@@ -1245,7 +1256,7 @@ div.message-htmlpart div.rcmBody
color: #333333;
}
-#messageviewlink
+#openextwinlink
{
position: absolute;
top: 8px;
@@ -1255,6 +1266,12 @@ div.message-htmlpart div.rcmBody
border: 0;
}
+#compose-headers #openextwinlink
+{
+ top: 4px;
+ right: 2px;
+}
+
#full-headers
{
color: #666666;