Move help to separate stylesheet
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
54fb4c28c4
commit
0d457ce76d
|
@ -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;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
\OC_Util::addStyle('settings', "settings");
|
||||
\OC_Util::addStyle('settings', 'help');
|
||||
?>
|
||||
<div id="app-navigation">
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue