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/skins/default/help.css | |
| parent | 825b67562553bd2bc96cbaf69ec5322b7da721a8 (diff) | |
- css fixes
git-svn-id: https://svn.roundcube.net/trunk@3790 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/help/skins/default/help.css')
| -rw-r--r-- | plugins/help/skins/default/help.css | 11 |
1 files changed, 1 insertions, 10 deletions
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 |
