Merge branch 'MDL-64894-master' of git://github.com/damyon/moodle

This commit is contained in:
David Monllaó
2019-04-15 07:45:04 +02:00
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@ $drawer-offscreen-gutter: 20px !default;
display: block;
height: ($fixed-header-y + 10px); /* fixed header height*/
margin-top: -($fixed-header-y + 10px); /* negative fixed header height */
width: 1px;
pointer-events: none;
}
.pagelayout-embedded :target {
+3 -1
View File
@@ -12551,7 +12551,9 @@ span.editinstructions {
height: 60px;
/* fixed header height*/
margin-top: -60px;
/* negative fixed header height */ }
/* negative fixed header height */
width: 1px;
pointer-events: none; }
.pagelayout-embedded :target {
padding-top: initial;
+3 -1
View File
@@ -12797,7 +12797,9 @@ span.editinstructions {
height: 60px;
/* fixed header height*/
margin-top: -60px;
/* negative fixed header height */ }
/* negative fixed header height */
width: 1px;
pointer-events: none; }
.pagelayout-embedded :target {
padding-top: initial;