Move help to separate stylesheet

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-11-04 13:17:16 +01:00 committed by backportbot[bot]
parent 54fb4c28c4
commit 0d457ce76d
3 changed files with 13 additions and 15 deletions

View File

@ -0,0 +1,12 @@
.help-includes {
overflow: hidden !important;
}
.help-iframe {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: auto;
}

View File

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

View File

@ -1,5 +1,5 @@
<?php
\OC_Util::addStyle('settings', "settings");
\OC_Util::addStyle('settings', 'help');
?>
<div id="app-navigation">
<ul>