Merge branch 'MDL-64935-37' of git://github.com/bmbrands/moodle into MOODLE_37_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2019-07-02 00:06:59 +02:00
3 changed files with 24 additions and 0 deletions
+10
View File
@@ -1200,3 +1200,13 @@ span.editinstructions {
height: 32px;
font-size: 32px;
}
.activity-navigation {
.row {
align-items: center;
}
#prev-activity-link,
#next-activity-link {
white-space: pre-wrap;
}
}
+7
View File
@@ -12566,6 +12566,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: " ";
+7
View File
@@ -12813,6 +12813,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: " ";