MDL-82376 course: Delegated sections items course index full width

* Delegated sections in the course index should take the full width to be
aligned with other sections
This commit is contained in:
Laurent David
2024-08-16 09:39:42 +02:00
parent 6cd55074c7
commit d75652fd16
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -175,6 +175,9 @@ $courseindex-item-current: $primary !default;
padding-left: $courseindex-item-padding-x;
}
}
&.delegated-section {
width: 100%;
}
}
// General icons size.
+3
View File
@@ -38630,6 +38630,9 @@ div.editor_atto_toolbar button .icon {
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
padding-left: 0.5rem;
}
.courseindex .courseindex-section.delegated-section {
width: 100%;
}
.courseindex .icon {
font-size: 12px;
}
+3
View File
@@ -38564,6 +38564,9 @@ div.editor_atto_toolbar button .icon {
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
padding-left: 0.5rem;
}
.courseindex .courseindex-section.delegated-section {
width: 100%;
}
.courseindex .icon {
font-size: 12px;
}