mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 08:30:04 +01:00
MDL-66932 theme/boost: Use LTR directionality to display user % grades
This commit is contained in:
parent
c381757f2a
commit
75ceb0495a
@ -436,6 +436,14 @@
|
||||
background-color: $table-bg;
|
||||
}
|
||||
}
|
||||
|
||||
.column-contributiontocoursetotal,
|
||||
.column-range,
|
||||
.column-percentage,
|
||||
.column-weight {
|
||||
/*rtl:ignore*/
|
||||
direction: ltr;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -18524,6 +18524,12 @@ p.arrow_button {
|
||||
border: none; }
|
||||
.path-grade-report-user .user-grade.generaltable .levelodd {
|
||||
background-color: rgba(0, 0, 0, 0.05); }
|
||||
.path-grade-report-user .user-grade .column-contributiontocoursetotal,
|
||||
.path-grade-report-user .user-grade .column-range,
|
||||
.path-grade-report-user .user-grade .column-percentage,
|
||||
.path-grade-report-user .user-grade .column-weight {
|
||||
/*rtl:ignore*/
|
||||
direction: ltr; }
|
||||
|
||||
/**
|
||||
* Single view.
|
||||
|
@ -18759,6 +18759,12 @@ p.arrow_button {
|
||||
border: none; }
|
||||
.path-grade-report-user .user-grade.generaltable .levelodd {
|
||||
background-color: rgba(0, 0, 0, 0.05); }
|
||||
.path-grade-report-user .user-grade .column-contributiontocoursetotal,
|
||||
.path-grade-report-user .user-grade .column-range,
|
||||
.path-grade-report-user .user-grade .column-percentage,
|
||||
.path-grade-report-user .user-grade .column-weight {
|
||||
/*rtl:ignore*/
|
||||
direction: ltr; }
|
||||
|
||||
/**
|
||||
* Single view.
|
||||
|
Loading…
x
Reference in New Issue
Block a user