From 5af3b33f97695bd174c36851117523cd37569bf8 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 01 Aug 2014 06:50:00 -0400
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 plugins/help/skins/classic/templates/help.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/help/skins/classic/templates/help.html b/plugins/help/skins/classic/templates/help.html
index 3d5b228..bb20c51 100644
--- a/plugins/help/skins/classic/templates/help.html
+++ b/plugins/help/skins/classic/templates/help.html
@@ -16,11 +16,11 @@
 </script>
 </head>
 <roundcube:if condition="env:extwin" />
-<body class="extwin">
+<body class="extwin helpwin">
 <roundcube:object name="message" id="message" />
 <roundcube:button name="close" type="link" label="close" class="closelink" onclick="self.close()" />
 <roundcube:else />
-<body>
+<body class="helpwin">
 <roundcube:include file="/includes/taskbar.html" />
 <roundcube:include file="/includes/header.html" />
 <roundcube:endif />

--
Gitblit v1.9.1