From 6e79ea5846557a98ef7c5b2e2f5c161f39f8eea2 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Fri, 14 Oct 2016 13:15:40 +0800 Subject: [PATCH] MDL-55074 theme_boost: Styling for grade reports --- theme/boost/scss/moodle/core.scss | 4 ++++ theme/boost/scss/moodle/grade.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index dc7c7b6e6eb..ef54d261383 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -2206,3 +2206,7 @@ $footer-link-color: $brand-primary !default; width: 100%; color: $body-color; } + +#region-main > .card { + overflow: auto; +} diff --git a/theme/boost/scss/moodle/grade.scss b/theme/boost/scss/moodle/grade.scss index 0a7281760a1..183c0656782 100644 --- a/theme/boost/scss/moodle/grade.scss +++ b/theme/boost/scss/moodle/grade.scss @@ -26,6 +26,10 @@ } } +.path-grade-report #maincontent + .urlselect { + float: right; +} + // Rubrics #page-grade-grading-manage { #activemethodselector {