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:
Jake Dallimore 2016-11-14 10:27:01 +08:00
parent 258d07d37e
commit 7135bbb188

View file

@ -377,6 +377,10 @@
}
}
.path-course-view #region-main > .card-block {
padding-bottom: 13rem;
}
.path-course-view .completionprogress {
margin-left: 25px;
}