diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-22 09:15:36 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-22 09:15:36 +0000 |
| commit | 3e168e73520ee3e5d408743a5c908789ce082244 (patch) | |
| tree | 083a7d4020f1c7796336dd2694056af39b977ecf /roundcubemail/plugins/help/skins/default/help.css | |
| parent | 11e773a035417cd40a4a03ff6c9286d2d1561099 (diff) | |
- Help plugin
- support 'dummy' task (for plugins)
git-svn-id: https://svn.roundcube.net/trunk@2783 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/help/skins/default/help.css')
| -rw-r--r-- | roundcubemail/plugins/help/skins/default/help.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/roundcubemail/plugins/help/skins/default/help.css b/roundcubemail/plugins/help/skins/default/help.css new file mode 100644 index 000000000..7ccc671a2 --- /dev/null +++ b/roundcubemail/plugins/help/skins/default/help.css @@ -0,0 +1,26 @@ +/***** RoundCube|Mail Help task styles *****/ + +#taskbar a.button-help +{ + background-image: url('help.gif'); +} + +#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 +{ + padding: 20px; +} |
