Skip to content

Commit

Permalink
MDL-82957 course: Fix section bulk actions alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
roland04 committed Aug 30, 2024
1 parent 062791e commit 7676cd3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/course.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,10 @@ $activity-add-hover: theme-color-level('primary', -10) !default;
display: none !important; // stylelint-disable-line declaration-no-important
}

.bulkenabled .section {
margin-left: map-get($spacers, 4);
}

.activity-item .bulkselect {
position: absolute;
left: -2rem;
Expand Down
4 changes: 4 additions & 0 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -29937,6 +29937,10 @@ span.editinstructions .alert-link {
display: none !important;
}

.bulkenabled .section {
margin-left: 1.5rem;
}

.activity-item .bulkselect {
position: absolute;
left: -2rem;
Expand Down
4 changes: 4 additions & 0 deletions theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -29937,6 +29937,10 @@ span.editinstructions .alert-link {
display: none !important;
}

.bulkenabled .section {
margin-left: 1.5rem;
}

.activity-item .bulkselect {
position: absolute;
left: -2rem;
Expand Down

0 comments on commit 7676cd3

Please sign in to comment.