MDL-40716 report_completion: Set RTL

This commit is contained in:
Andrew Nicols 2014-04-22 15:06:23 +08:00
parent 23a9a5632c
commit 4d1becbbab

View file

@ -6,3 +6,6 @@
#page-report-completion-index .export-actions { #page-report-completion-index .export-actions {
text-align: center; text-align: center;
} }
#page-report-completion-index.dir-rtl #completion-progress th svg {
direction: ltr;
}