Skip to content

Commit

Permalink
Merge branch 'MDL-65448-master' of git://github.com/lucaboesch/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 19, 2020
2 parents d06da02 + bdc639d commit 0fa7d36
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
9 changes: 9 additions & 0 deletions theme/boost/scss/moodle/blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,13 @@ body.drawer-open-left #region-main.has-blocks {
border-left: 0;
border-right: 0;
}
}

.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed $gray-800;
margin: 4px 0;

}
3 changes: 1 addition & 2 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,11 @@ div.dropdown-item {
padding: 0;
}

.movehere {
.section li.movehere a {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed $gray-800;
margin: 4px 0;
}

.editing .course-content .hidden.sectionname {
Expand Down
12 changes: 9 additions & 3 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -9840,12 +9840,11 @@ div.dropdown-item:focus-within {
margin: 0;
padding: 0; }

.movehere {
.section li.movehere a {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40;
margin: 4px 0; }
border: 2px dashed #343a40; }

.editing .course-content .hidden.sectionname {
visibility: hidden;
Expand Down Expand Up @@ -12746,6 +12745,13 @@ input[disabled] {
border-left: 0;
border-right: 0; } }

.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40;
margin: 4px 0; }

.navbar {
max-height: 50px; }

Expand Down
12 changes: 9 additions & 3 deletions theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -10044,12 +10044,11 @@ div.dropdown-item:focus-within {
margin: 0;
padding: 0; }

.movehere {
.section li.movehere a {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40;
margin: 4px 0; }
border: 2px dashed #343a40; }

.editing .course-content .hidden.sectionname {
visibility: hidden;
Expand Down Expand Up @@ -12960,6 +12959,13 @@ input[disabled] {
border-left: 0;
border-right: 0; } }

.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40;
margin: 4px 0; }

.navbar {
max-height: 50px; }

Expand Down

0 comments on commit 0fa7d36

Please sign in to comment.