Skip to content

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKrais committed Apr 28, 2023
1 parent 72356e1 commit 1afc4b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion modules/02/2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
}
.h_toggle {
float: right;
padding-left:1em;
font-size: 1rem;
padding-left: 15px;
padding-right: 15px;
}
.icon_down::before {
content: "\f078";
Expand Down
5 changes: 3 additions & 2 deletions modules/02/5/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
.fa-icon {
font-family: FontAwesome;
}
.h_toggle {
#d2u_helper_toc .h_toggle {
float: right;
padding-left:1em;
padding-left: 15px;
padding-right: 0;
}
.icon_down::before {
content: "\f078";
Expand Down
5 changes: 3 additions & 2 deletions pages/help.changelog.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="panel panel-edit">
<header class="panel-heading"><div class="panel-title">Lizenzen</div></header>
<header class="panel-heading"><div class="panel-title">Vendor Lizenzen</div></header>
<div class="panel-body">
<ul>
<li><a href="https://getbootstrap.com/docs/4.6/getting-started/download/" target="_blank">Bootstrap (4.6.2)</a>: <a href="https://opensource.org/licenses/MIT" target="_blank">MIT</a></li>
Expand All @@ -14,9 +14,10 @@
</div>
<header class="panel-heading"><div class="panel-title">D2U Helper Changelog</div></header>
<div class="panel-body">
<p>1.12.0-DEV</p>
<p>1.12.0</p>
<ul>
<li>Kompatibel mit TinyMCE Addon (Version 6).</li>
<li>Modul 02-2 "Überschrift mit Klapptext": Icons verbessert.</li>
<li>Modul 02-4 "Überschrift mit Hintergrundbild und 2 Buttons" hinzugefügt.</li>
<li>Modul 02-5 "Inhaltsverzeichnis der Überschriften" hinzugefügt. Dieses Modul liest alle Überschriften aus der Seite aus und fügt ein verlinktes Inhaltverzeichnis zu den Überschriften ein.</li>
<li>Modul 06-1 "YouTube Video einbinden": Cache Pfadrechte waren für PHP kleiner Version 8.1 fehlerhaft.</li>
Expand Down

0 comments on commit 1afc4b4

Please sign in to comment.