mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-56931 themes: fix for module edit menu on course home
Increased bottom padding to allow space for the lower edit menus to be displayed without a vertical scrollbar.
This commit is contained in:
parent
258d07d37e
commit
7135bbb188
1 changed files with 4 additions and 0 deletions
|
@ -377,6 +377,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.path-course-view #region-main > .card-block {
|
||||||
|
padding-bottom: 13rem;
|
||||||
|
}
|
||||||
|
|
||||||
.path-course-view .completionprogress {
|
.path-course-view .completionprogress {
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue