From 46b086f1456c280e6d2365a42ec09e1cfef4b797 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 31 Mar 2013 02:13:51 +0100 Subject: [PATCH] MDL-38657 theme_base: fixes misalignment issue in User Report page. --- theme/base/style/grade.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/base/style/grade.css b/theme/base/style/grade.css index 183af97985b..9e12188c460 100644 --- a/theme/base/style/grade.css +++ b/theme/base/style/grade.css @@ -62,4 +62,7 @@ #page-grade-grading-pick .template-actions .action .action-text {display:inline;} #page-grade-grading-pick .template-actions .action .action-icon {margin:0px 3px;} #page-grade-grading-pick .template-preview-confirm {width:50%;margin:1em auto;border:1px solid #EEE; padding: 1em;} -#page-grade-grading-pick .singlebutton {clear:both;} \ No newline at end of file +#page-grade-grading-pick .singlebutton, +.path-grade-report-user h2.main { + clear:both; +} \ No newline at end of file