summaryrefslogtreecommitdiff
path: root/plugins/help
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/help')
-rw-r--r--plugins/help/content/about.html2
-rw-r--r--plugins/help/skins/default/help.css11
-rw-r--r--plugins/help/skins/default/templates/help.html4
3 files changed, 3 insertions, 14 deletions
diff --git a/plugins/help/content/about.html b/plugins/help/content/about.html
index 69ac080b6..c5bc2f477 100644
--- a/plugins/help/content/about.html
+++ b/plugins/help/content/about.html
@@ -1,5 +1,5 @@
<div id="helpabout">
-<h3 align="center">Copyright &copy; 2005-2009, The Roundcube Dev Team</h3>
+<h3 align="center">Copyright &copy; 2005-2010, The Roundcube Dev Team</h3>
<p>This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
diff --git a/plugins/help/skins/default/help.css b/plugins/help/skins/default/help.css
index e0b01bbf0..7c17489be 100644
--- a/plugins/help/skins/default/help.css
+++ b/plugins/help/skins/default/help.css
@@ -5,19 +5,10 @@
background-image: url('help.gif');
}
-#help-box
+.help-box
{
- position: absolute;
- bottom: 30px;
- top: 95px;
- left: 20px;
- right: 20px;
- border: 1px solid #999999;
overflow: auto;
background-color: #F2F2F2;
- /* IE hack */
- height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
- width: expression((parseInt(document.documentElement.clientWight)-40)+'px');
}
#helplicense, #helpabout
diff --git a/plugins/help/skins/default/templates/help.html b/plugins/help/skins/default/templates/help.html
index a44a70168..42f1a4a93 100644
--- a/plugins/help/skins/default/templates/help.html
+++ b/plugins/help/skins/default/templates/help.html
@@ -30,11 +30,9 @@ function help_init_settings_tabs()
<script type="text/javascript"> if (window.rcmail) rcmail.add_onload(help_init_settings_tabs);</script>
</div>
-<div id="help-box">
+<div id="mainscreen" class="box help-box">
<roundcube:object name="helpcontent" id="helpcontentframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
</div>
-<div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div>
-
</body>
</html>