Skip to content

Commit

Permalink
Merge branch 'MDL-82957-403' of https://github.com/roland04/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_403_STABLE
  • Loading branch information
junpataleta committed Sep 3, 2024
2 parents 4e9a865 + 7676cd3 commit 68ac6e6
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 68ac6e6

Please sign in to comment.