From 3bc6ae04ae11a2e84a457a80a3892d6072bcc334 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 17 Oct 2012 17:32:08 -0400 Subject: [PATCH] Adapt classic skin to new extwin feature --- skins/classic/common.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/skins/classic/common.css b/skins/classic/common.css index 735a736..8f5daee 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -156,6 +156,11 @@ left: 20px; } +.extwin #mainscreen +{ + top: 43px; +} + body > #logo { margin-left: 12px; -- Gitblit v1.9.1