Merge pull request #23900 from nextcloud/backport/23897/stable20
[stable20] Move help to separate stylesheet
This commit is contained in:
commit
cea90b9dcb
|
@ -0,0 +1,12 @@
|
||||||
|
.help-includes {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.help-iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
|
@ -1353,20 +1353,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||||
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
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 {
|
#postsetupchecks {
|
||||||
ul {
|
ul {
|
||||||
margin-left: 44px;
|
margin-left: 44px;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
\OC_Util::addStyle('settings', "settings");
|
\OC_Util::addStyle('settings', 'help');
|
||||||
?>
|
?>
|
||||||
<div id="app-navigation">
|
<div id="app-navigation">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue