From 3bc6ae04ae11a2e84a457a80a3892d6072bcc334 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 17 Oct 2012 23:32:08 +0200 Subject: Adapt classic skin to new extwin feature --- skins/classic/common.css | 5 +++++ skins/classic/includes/messagetoolbar.html | 6 ++++-- skins/classic/mail.css | 19 ++++++++++++++++++- skins/classic/templates/compose.html | 10 +++++++++- skins/classic/templates/message.html | 7 +++++++ skins/classic/templates/messagepreview.html | 2 +- skins/larry/mail.css | 5 +++++ 7 files changed, 49 insertions(+), 5 deletions(-) diff --git a/skins/classic/common.css b/skins/classic/common.css index 735a73614..8f5daee2e 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -156,6 +156,11 @@ img left: 20px; } +.extwin #mainscreen +{ + top: 43px; +} + body > #logo { margin-left: 12px; diff --git a/skins/classic/includes/messagetoolbar.html b/skins/classic/includes/messagetoolbar.html index 302e95002..eebb55708 100644 --- a/skins/classic/includes/messagetoolbar.html +++ b/skins/classic/includes/messagetoolbar.html @@ -1,10 +1,12 @@
- + + + - + 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; diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index 1e1403e18..985e62e86 100644 --- a/skins/classic/templates/compose.html +++ b/skins/classic/templates/compose.html @@ -15,15 +15,22 @@ } + + + - +
+ + + + @@ -64,6 +71,7 @@ + diff --git a/skins/classic/templates/message.html b/skins/classic/templates/message.html index c03376e4a..9b7cb9f1c 100644 --- a/skins/classic/templates/message.html +++ b/skins/classic/templates/message.html @@ -12,13 +12,19 @@ } + + + + +
+
@@ -28,6 +34,7 @@
+
diff --git a/skins/classic/templates/messagepreview.html b/skins/classic/templates/messagepreview.html index a606311e1..78b2306f6 100644 --- a/skins/classic/templates/messagepreview.html +++ b/skins/classic/templates/messagepreview.html @@ -7,7 +7,7 @@
- + diff --git a/skins/larry/mail.css b/skins/larry/mail.css index b819e777b..3ec325b6f 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1174,6 +1174,11 @@ div.message-part blockquote blockquote blockquote { z-index: 100; } +#composebuttons a.button.extwin { + padding: 2px 3px; + margin-top: -3px; +} + .compose-headers { width: 99%; margin: 4px 0; -- cgit v1.2.3