diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-11-04 13:17:16 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-11-04 13:17:16 +0100 |
commit | 8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb (patch) | |
tree | a12a790544be354cfe1ef6f0cf28e26f672dd252 /apps/settings/css | |
parent | 2466902e2a9c933002064089c246f51f3a2006af (diff) | |
download | nextcloud-server-8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb.tar.gz nextcloud-server-8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb.zip |
Move help to separate stylesheet
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/settings/css')
-rw-r--r-- | apps/settings/css/help.css | 12 | ||||
-rw-r--r-- | apps/settings/css/settings.scss | 14 |
2 files changed, 12 insertions, 14 deletions
diff --git a/apps/settings/css/help.css b/apps/settings/css/help.css new file mode 100644 index 00000000000..248647bef41 --- /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 a4036a624e0..cc798868c53 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; |