Merge branch 'MDL-64894-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE

This commit is contained in:
David Monllaó
2019-04-15 07:45:48 +02:00
2 changed files with 5 additions and 1 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
@@ -12494,7 +12494,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;