Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move help to separate stylesheet
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Nov 4, 2020
commit 8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb
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