diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-29 19:29:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-29 19:29:59 +0000 |
| commit | ea3e947ab65fc3fb7a4b8f476ddf102fb2813139 (patch) | |
| tree | 7695cb771b0cee7b1f04b4bd9c5b03f8fb881d2f /plugins/help | |
| parent | 825b67562553bd2bc96cbaf69ec5322b7da721a8 (diff) | |
- css fixes
git-svn-id: https://svn.roundcube.net/trunk@3790 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/help')
| -rw-r--r-- | plugins/help/content/about.html | 2 | ||||
| -rw-r--r-- | plugins/help/skins/default/help.css | 11 | ||||
| -rw-r--r-- | plugins/help/skins/default/templates/help.html | 4 |
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 © 2005-2009, The Roundcube Dev Team</h3> +<h3 align="center">Copyright © 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> |
