From d8e10161098db2dcd03390bc7169cd88b31d4c60 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 9 Jul 2013 17:02:51 +0200 Subject: Fix opening in new window; keep extwin mode when switching help actions --- plugins/help/skins/classic/help.css | 14 ++++++++++++++ plugins/help/skins/classic/templates/help.html | 15 ++++++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) (limited to 'plugins/help/skins/classic') 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; diff --git a/plugins/help/skins/classic/templates/help.html b/plugins/help/skins/classic/templates/help.html index 5bc342044..3d5b22869 100644 --- a/plugins/help/skins/classic/templates/help.html +++ b/plugins/help/skins/classic/templates/help.html @@ -15,15 +15,20 @@ function help_init_settings_tabs() } - - + + + + + + +
- - - + + +
-- cgit v1.2.3