From f40a7feb2aa8b3ee26f467c8dd951e7931223379 Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Sat, 19 Nov 2011 23:10:34 +0200 Subject: [PATCH] MDL-29226 - center align Scale table, in course grades menu (when in RTL mode)(cherry picked from commit 40b83ae) --- theme/standard/style/grade.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/standard/style/grade.css b/theme/standard/style/grade.css index c001976a795..dc409d5a974 100644 --- a/theme/standard/style/grade.css +++ b/theme/standard/style/grade.css @@ -22,6 +22,7 @@ td.grade div.overridden {background-color: #DDDDDD;} .path-grade-edit-scale .scale_options, #page-admin-grade-edit-scale-index .scale_options {font-size: 0.8em;} +.path-grade-edit-scale.dir-rtl .generaltable {margin: 10px auto;} .gradetreebox {margin:10px auto;width:90%;} .gradetreebox table {font-size: 0.8em;border: 1px solid #AAA;}