From 8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 4 Nov 2020 13:17:16 +0100 Subject: [PATCH] Move help to separate stylesheet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/settings/css/help.css | 12 ++++++++++++ apps/settings/css/settings.scss | 14 -------------- apps/settings/templates/help.php | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) create mode 100644 apps/settings/css/help.css diff --git a/apps/settings/css/help.css b/apps/settings/css/help.css new file mode 100644 index 0000000000..248647bef4 --- /dev/null +++ b/apps/settings/css/help.css @@ -0,0 +1,12 @@ +.help-includes { + overflow: hidden !important; +} + +.help-iframe { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + border: 0; + overflow: auto; +} diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index a4036a624e..cc798868c5 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -1353,20 +1353,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; } -/* HELP */ -.help-includes { - overflow: hidden !important; -} - -.help-iframe { - width: 100%; - height: 100%; - margin: 0; - padding: 0; - border: 0; - overflow: auto; -} - #postsetupchecks { ul { margin-left: 44px; diff --git a/apps/settings/templates/help.php b/apps/settings/templates/help.php index 045f45d5d8..746338da3f 100644 --- a/apps/settings/templates/help.php +++ b/apps/settings/templates/help.php @@ -1,5 +1,5 @@