Skip to content
Snippets Groups Projects
Unverified Commit 8cf7c63a authored by Julius Härtl's avatar Julius Härtl
Browse files

Move help to separate stylesheet


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 2466902e
No related branches found
No related tags found
No related merge requests found
.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;
......
<?php
\OC_Util::addStyle('settings', "settings");
\OC_Util::addStyle('settings', 'help');
?>
<div id="app-navigation">
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment