Merge branch 'MDL-65448-master' of git://github.com/lucaboesch/moodle

This commit is contained in:
Andrew Nicols 2020-10-19 15:49:13 +08:00
commit 0fa7d368a6
4 changed files with 28 additions and 8 deletions

View file

@ -364,4 +364,13 @@ body.drawer-open-left #region-main.has-blocks {
border-left: 0; border-left: 0;
border-right: 0; border-right: 0;
} }
}
.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed $gray-800;
margin: 4px 0;
} }

View file

@ -219,12 +219,11 @@ div.dropdown-item {
padding: 0; padding: 0;
} }
.movehere { .section li.movehere a {
display: block; display: block;
width: 100%; width: 100%;
height: 2rem; height: 2rem;
border: 2px dashed $gray-800; border: 2px dashed $gray-800;
margin: 4px 0;
} }
.editing .course-content .hidden.sectionname { .editing .course-content .hidden.sectionname {

View file

@ -9840,12 +9840,11 @@ div.dropdown-item:focus-within {
margin: 0; margin: 0;
padding: 0; } padding: 0; }
.movehere { .section li.movehere a {
display: block; display: block;
width: 100%; width: 100%;
height: 2rem; height: 2rem;
border: 2px dashed #343a40; border: 2px dashed #343a40; }
margin: 4px 0; }
.editing .course-content .hidden.sectionname { .editing .course-content .hidden.sectionname {
visibility: hidden; visibility: hidden;
@ -12746,6 +12745,13 @@ input[disabled] {
border-left: 0; border-left: 0;
border-right: 0; } } border-right: 0; } }
.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40;
margin: 4px 0; }
.navbar { .navbar {
max-height: 50px; } max-height: 50px; }

View file

@ -10044,12 +10044,11 @@ div.dropdown-item:focus-within {
margin: 0; margin: 0;
padding: 0; } padding: 0; }
.movehere { .section li.movehere a {
display: block; display: block;
width: 100%; width: 100%;
height: 2rem; height: 2rem;
border: 2px dashed #343a40; border: 2px dashed #343a40; }
margin: 4px 0; }
.editing .course-content .hidden.sectionname { .editing .course-content .hidden.sectionname {
visibility: hidden; visibility: hidden;
@ -12960,6 +12959,13 @@ input[disabled] {
border-left: 0; border-left: 0;
border-right: 0; } } border-right: 0; } }
.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40;
margin: 4px 0; }
.navbar { .navbar {
max-height: 50px; } max-height: 50px; }