mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-65448-master' of git://github.com/lucaboesch/moodle
This commit is contained in:
commit
0fa7d368a6
4 changed files with 28 additions and 8 deletions
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
|
@ -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 {
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue