Skip to content

Commit

Permalink
UI: 43025 add padding to .c-form.c-form-horizontal if parent is a acc…
Browse files Browse the repository at this point in the history
…ordion content class. (ILIAS-eLearning#8699)

https://mantis.ilias.de/view.php?id=43025
(cherry picked from commit 7e02b55)
  • Loading branch information
lukastocker authored and Amstutz committed Dec 23, 2024
1 parent c5cb3e6 commit a7dc96a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

.il_VAccordionContent, .il_HAccordionContent {
padding-top: $il-padding-xlarge-vertical;
>.c-form.c-form--horizontal {
padding: 0px $il-padding-xlarge-horizontal;
}
}
.il_HAccordionHeadActive, .il_VAccordionHeadActive {
background-image: url("#{$il-background-images-path}nav/tree_exp.svg");
Expand Down
3 changes: 3 additions & 0 deletions templates/default/delos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7dc96a

Please sign in to comment.