Move help to separate stylesheet

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/23897/head
Julius Härtl 6 years ago
parent 2466902e2a
commit 8cf7c63a71
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 12
      apps/settings/css/help.css
  2. 14
      apps/settings/css/settings.scss
  3. 2
      apps/settings/templates/help.php

@ -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…
Cancel
Save