mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-64935 theme: prevent activitynavigation link overflowing container
This commit is contained in:
parent
f1a8db6911
commit
df92689612
3 changed files with 25 additions and 0 deletions
|
@ -1195,3 +1195,14 @@ span.editinstructions {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.activity-navigation {
|
||||||
|
.row {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
#prev-activity-link,
|
||||||
|
#next-activity-link {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -12567,6 +12567,13 @@ span.editinstructions {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
font-size: 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. */
|
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||||
:target::before {
|
:target::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
|
|
|
@ -12814,6 +12814,13 @@ span.editinstructions {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
font-size: 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. */
|
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||||
:target::before {
|
:target::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue