Skip to content

Commit

Permalink
Merge pull request #23897 from nextcloud/bugfix/23236
Browse files Browse the repository at this point in the history
Move help to separate stylesheet
  • Loading branch information
ChristophWurst authored Nov 4, 2020
2 parents 1f46776 + 8cf7c63 commit 8f14403
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
12 changes: 12 additions & 0 deletions apps/settings/css/help.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.help-includes {
overflow: hidden !important;
}

.help-iframe {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: auto;
}
14 changes: 0 additions & 14 deletions apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/templates/help.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
\OC_Util::addStyle('settings', "settings");
\OC_Util::addStyle('settings', 'help');
?>
<div id="app-navigation">
<ul>
Expand Down

0 comments on commit 8f14403

Please sign in to comment.