diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-17 23:32:08 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-17 23:32:08 +0200 |
commit | 3bc6ae04ae11a2e84a457a80a3892d6072bcc334 (patch) | |
tree | 47d7770a5d16741053dfdcf1c109961deaae1434 /skins/classic/common.css | |
parent | b50a6c843d9f69e926998fcc16fac3ed6fd2f737 (diff) |
Adapt classic skin to new extwin feature
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | 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 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; |