mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
Merge branch 'MDL-63240-master' of https://github.com/Kathrin84/moodle
This commit is contained in:
commit
6f62aa2d2b
3 changed files with 29 additions and 2 deletions
|
@ -47,6 +47,17 @@ $drawer-bg: $gray-lighter !default;
|
||||||
#nav-drawer {
|
#nav-drawer {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
|
/* Override the z-indexes defined in bootstrap/_list-group.scss that
|
||||||
|
lead to side effects on the user tours positioning. */
|
||||||
|
.list-group-item-action.active,
|
||||||
|
.list-group-item.active {
|
||||||
|
z-index: inherit;
|
||||||
|
}
|
||||||
|
.list-group-item-action.active + .list-group-item,
|
||||||
|
.list-group-item.active + .list-group-item {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#page {
|
#page {
|
||||||
margin-top: $fixed-header-y;
|
margin-top: $fixed-header-y;
|
||||||
|
|
|
@ -12602,7 +12602,15 @@ span.editinstructions {
|
||||||
|
|
||||||
#nav-drawer {
|
#nav-drawer {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0; }
|
left: 0;
|
||||||
|
/* Override the z-indexes defined in bootstrap/_list-group.scss that
|
||||||
|
lead to side effects on the user tours positioning. */ }
|
||||||
|
#nav-drawer .list-group-item-action.active,
|
||||||
|
#nav-drawer .list-group-item.active {
|
||||||
|
z-index: inherit; }
|
||||||
|
#nav-drawer .list-group-item-action.active + .list-group-item,
|
||||||
|
#nav-drawer .list-group-item.active + .list-group-item {
|
||||||
|
border-top: none; }
|
||||||
|
|
||||||
#page {
|
#page {
|
||||||
margin-top: 50px; }
|
margin-top: 50px; }
|
||||||
|
|
|
@ -12849,7 +12849,15 @@ span.editinstructions {
|
||||||
|
|
||||||
#nav-drawer {
|
#nav-drawer {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0; }
|
left: 0;
|
||||||
|
/* Override the z-indexes defined in bootstrap/_list-group.scss that
|
||||||
|
lead to side effects on the user tours positioning. */ }
|
||||||
|
#nav-drawer .list-group-item-action.active,
|
||||||
|
#nav-drawer .list-group-item.active {
|
||||||
|
z-index: inherit; }
|
||||||
|
#nav-drawer .list-group-item-action.active + .list-group-item,
|
||||||
|
#nav-drawer .list-group-item.active + .list-group-item {
|
||||||
|
border-top: none; }
|
||||||
|
|
||||||
#page {
|
#page {
|
||||||
margin-top: 50px; }
|
margin-top: 50px; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue