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 @@