diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-09 17:02:51 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-09 17:02:51 +0200 |
commit | d8e10161098db2dcd03390bc7169cd88b31d4c60 (patch) | |
tree | b4e245bf64cc34c0ba970deb9b5baa5e786e2cda /plugins/help/skins/classic/help.css | |
parent | d3d1e38d7266106baf2bf2256a568691f3e55220 (diff) |
Fix opening in new window; keep extwin mode when switching help actions
Diffstat (limited to 'plugins/help/skins/classic/help.css')
-rw-r--r-- | plugins/help/skins/classic/help.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/help/skins/classic/help.css b/plugins/help/skins/classic/help.css index ad5b7dab4..c45b8f0b0 100644 --- a/plugins/help/skins/classic/help.css +++ b/plugins/help/skins/classic/help.css @@ -5,6 +5,20 @@ background-image: url('help.gif'); } +.extwin #tabsbar +{ + top: 21px; + left: 20px; + right: 100px; + border-bottom: 0; +} + +.closelink { + position: absolute; + top: 20px; + right: 20px; +} + .help-box { overflow: auto; |