Skip to content

Commit 8f14403

Browse files
Merge pull request #23897 from nextcloud/bugfix/23236
Move help to separate stylesheet
2 parents 1f46776 + 8cf7c63 commit 8f14403

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

apps/settings/css/help.css

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.help-includes {
2+
overflow: hidden !important;
3+
}
4+
5+
.help-iframe {
6+
width: 100%;
7+
height: 100%;
8+
margin: 0;
9+
padding: 0;
10+
border: 0;
11+
overflow: auto;
12+
}

apps/settings/css/settings.scss

-14
Original file line numberDiff line numberDiff line change
@@ -1353,20 +1353,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
13531353
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
13541354
}
13551355

1356-
/* HELP */
1357-
.help-includes {
1358-
overflow: hidden !important;
1359-
}
1360-
1361-
.help-iframe {
1362-
width: 100%;
1363-
height: 100%;
1364-
margin: 0;
1365-
padding: 0;
1366-
border: 0;
1367-
overflow: auto;
1368-
}
1369-
13701356
#postsetupchecks {
13711357
ul {
13721358
margin-left: 44px;

apps/settings/templates/help.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
\OC_Util::addStyle('settings', "settings");
2+
\OC_Util::addStyle('settings', 'help');
33
?>
44
<div id="app-navigation">
55
<ul>

0 commit comments

Comments
 (0)