mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Merge branch 'MDL-71152-master' of git://github.com/roland04/moodle
This commit is contained in:
commit
4bd6f3938e
@ -15,7 +15,3 @@
|
||||
#page-admin-tool-task-scheduledtasks .task-clearfaildelay {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
#page-admin-tool-task-scheduledtasks :target {
|
||||
scroll-margin-top: 60px;
|
||||
}
|
||||
|
@ -6,13 +6,8 @@ $drawer-padding-x: 20px !default;
|
||||
$drawer-padding-y: 20px !default;
|
||||
$drawer-offscreen-gutter: 20px !default;
|
||||
|
||||
:target::before {
|
||||
content: " ";
|
||||
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;
|
||||
:target {
|
||||
scroll-margin-top: $fixed-header-y + 10px;
|
||||
}
|
||||
|
||||
.pagelayout-embedded :target {
|
||||
|
@ -14181,15 +14181,8 @@ span.editinstructions {
|
||||
font-size: 100%; }
|
||||
|
||||
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||
:target::before {
|
||||
content: " ";
|
||||
display: block;
|
||||
height: 60px;
|
||||
/* fixed header height*/
|
||||
margin-top: -60px;
|
||||
/* negative fixed header height */
|
||||
width: 1px;
|
||||
pointer-events: none; }
|
||||
:target {
|
||||
scroll-margin-top: 60px; }
|
||||
|
||||
.pagelayout-embedded :target {
|
||||
padding-top: initial;
|
||||
|
@ -14404,15 +14404,8 @@ span.editinstructions {
|
||||
font-size: 100%; }
|
||||
|
||||
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||
:target::before {
|
||||
content: " ";
|
||||
display: block;
|
||||
height: 60px;
|
||||
/* fixed header height*/
|
||||
margin-top: -60px;
|
||||
/* negative fixed header height */
|
||||
width: 1px;
|
||||
pointer-events: none; }
|
||||
:target {
|
||||
scroll-margin-top: 60px; }
|
||||
|
||||
.pagelayout-embedded :target {
|
||||
padding-top: initial;
|
||||
|
Loading…
x
Reference in New Issue
Block a user