Browse Source

Move help to separate stylesheet

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v21.0.0beta1
Julius Härtl 3 years ago
parent
commit
8cf7c63a71
No account linked to committer's email address
3 changed files with 13 additions and 15 deletions
  1. 12
    0
      apps/settings/css/help.css
  2. 0
    14
      apps/settings/css/settings.scss
  3. 1
    1
      apps/settings/templates/help.php

+ 12
- 0
apps/settings/css/help.css 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;
}

+ 0
- 14
apps/settings/css/settings.scss 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;

+ 1
- 1
apps/settings/templates/help.php View File

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

Loading…
Cancel
Save