Merge branch 'MDL-64935-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2019-07-02 00:00:51 +02:00
commit 671313b32d
3 changed files with 24 additions and 0 deletions

View File

@ -1195,3 +1195,13 @@ span.editinstructions {
height: 32px;
font-size: 32px;
}
.activity-navigation {
.row {
align-items: center;
}
#prev-activity-link,
#next-activity-link {
white-space: pre-wrap;
}
}

View File

@ -12567,6 +12567,13 @@ span.editinstructions {
height: 32px;
font-size: 32px; }
.activity-navigation .row {
align-items: center; }
.activity-navigation #prev-activity-link,
.activity-navigation #next-activity-link {
white-space: pre-wrap; }
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
:target::before {
content: " ";

View File

@ -12814,6 +12814,13 @@ span.editinstructions {
height: 32px;
font-size: 32px; }
.activity-navigation .row {
align-items: center; }
.activity-navigation #prev-activity-link,
.activity-navigation #next-activity-link {
white-space: pre-wrap; }
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
:target::before {
content: " ";